Home
last modified time | relevance | path

Searched refs:vim_regexec_prog (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregexp.pro18 int vim_regexec_prog(regprog_T **prog, int ignore_case, char_u *line, colnr_T col);
/vim-8.2.3635/src/
H A Ddebugger.c964 && vim_regexec_prog(&bp->dbg_prog, FALSE, name, (colnr_T)0)) in debuggy_find()
965 || vim_regexec_prog(&bp->dbg_prog, FALSE, in debuggy_find()
H A Dspell.c958 if (!vim_regexec_prog(&slang->sl_compprog, FALSE, p, 0)) in can_compound()
1062 if (!vim_regexec_prog(rp, FALSE, word, 0)) in valid_word_prefix()
H A Dregexp.c2842 vim_regexec_prog( in vim_regexec_prog() function
H A Dspellfile.c3886 || vim_regexec_prog(&ae->ae_prog, FALSE, in store_aff_word()
H A Dos_unix.c1661 if (vim_regexec_prog(&clip_exclude_prog, FALSE, T_NAME, (colnr_T)0)) in x_connect_to_server()