Home
last modified time | relevance | path

Searched refs:vim_regexec_nl (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregexp.pro20 int vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col);
/vim-8.2.3635/src/
H A Dex_eval.c1801 caught = vim_regexec_nl(&regmatch, in ex_catch()
H A Dregexp.c2874 vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col) in vim_regexec_nl() function
H A Deval.c1963 matches = vim_regexec_nl(&regmatch, text, (colnr_T)0); in pattern_match()
6377 while (vim_regexec_nl(&regmatch, str, (colnr_T)(tail - str))) in do_string_sub()
H A Dgui.c5398 if (vim_regexec_nl(&regmatch, p, (colnr_T)0) in gui_do_findrepl()
H A Devalfunc.c6985 match = vim_regexec_nl(&regmatch, str, (colnr_T)startcol); in find_some_match()
9472 match = vim_regexec_nl(&regmatch, str, col); in f_split()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt12648 Solution: Add the vim_regexec_nl() function for strings where "\n" is to be
12660 Problem: Missing prototype for vim_regexec_nl(). (Marcel Svitalsky)
H A Dversion7.txt11681 Solution: Change behavior inside vim_regexec_nl(). Add tests. (Motoya