Searched refs:vim_regexec_nl (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | regexp.pro | 20 int vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col);
|
| /vim-8.2.3635/src/ |
| H A D | ex_eval.c | 1801 caught = vim_regexec_nl(®match, in ex_catch()
|
| H A D | regexp.c | 2874 vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col) in vim_regexec_nl() function
|
| H A D | eval.c | 1963 matches = vim_regexec_nl(®match, text, (colnr_T)0); in pattern_match() 6377 while (vim_regexec_nl(®match, str, (colnr_T)(tail - str))) in do_string_sub()
|
| H A D | gui.c | 5398 if (vim_regexec_nl(®match, p, (colnr_T)0) in gui_do_findrepl()
|
| H A D | evalfunc.c | 6985 match = vim_regexec_nl(®match, str, (colnr_T)startcol); in find_some_match() 9472 match = vim_regexec_nl(®match, str, col); in f_split()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 12648 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 D | version7.txt | 11681 Solution: Change behavior inside vim_regexec_nl(). Add tests. (Motoya
|