Searched refs:regmmatch_T (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp.h | 154 } regmmatch_T; typedef 172 long (*regexec_multi)(regmmatch_T *, win_T *, buf_T *, linenr_T, colnr_T, proftime_T *, int *);
|
| H A D | regexp.c | 1118 regmmatch_T *reg_mmatch; 1815 regmmatch_T *sm_mmatch; 1924 regmmatch_T *rmp, in vim_regsub_multi() 2563 regmmatch_T *rmp, in init_regexec_multi() 2890 regmmatch_T *rmp, in vim_regexec_multi()
|
| H A D | syntax.c | 328 static void syn_add_end_off(lpos_T *result, regmmatch_T *regmatch, synpat_T *spp, int idx, int extr… 329 static void syn_add_start_off(lpos_T *result, regmmatch_T *regmatch, synpat_T *spp, int idx, int ex… 331 static int syn_regexec(regmmatch_T *rmp, linenr_T lnum, colnr_T col, syn_time_T *st); 896 regmmatch_T regmatch; in syn_match_linecont() 1781 regmmatch_T regmatch; in syn_current_attr() 2802 regmmatch_T regmatch; in find_endpos() 2803 regmmatch_T best_regmatch; // startpos/endpos of best match in find_endpos() 3053 regmmatch_T *regmatch, // start/end of match in syn_add_end_off() 3105 regmmatch_T *regmatch, // start/end of match in syn_add_start_off() 3167 regmmatch_T *rmp, in syn_regexec()
|
| H A D | search.c | 17 static int first_submatch(regmmatch_T *rp); 130 regmmatch_T *regmatch) // return: pattern and ignore-case flag in search_regcomp() 572 last_pat_prog(regmmatch_T *regmatch) in last_pat_prog() 622 regmmatch_T regmatch; in searchit() 1169 first_submatch(regmmatch_T *rp) in first_submatch() 2889 regmmatch_T regmatch; in is_zero_width()
|
| H A D | structs.h | 3301 regmmatch_T rm; // points to the regexp program; contains last 3354 regmmatch_T match; // regexp program for pattern
|
| H A D | ex_cmds.c | 3680 regmmatch_T regmatch; in ex_substitute() 4890 regmmatch_T regmatch; in ex_global()
|
| H A D | quickfix.c | 5804 vgr_init_regmatch(regmmatch_T *regmatch, char_u *s) in vgr_init_regmatch() 5931 regmmatch_T *regmatch, in vgr_match_buflines() 6079 regmmatch_T regmatch; // compiled search pattern
|
| H A D | regexp_bt.c | 5079 regmmatch_T *rmp, in bt_regexec_multi()
|
| H A D | regexp_nfa.c | 7651 regmmatch_T *rmp, in nfa_regexec_multi()
|
| /vim-8.2.3635/src/proto/ |
| H A D | regexp.pro | 10 int vim_regsub_multi(regmmatch_T *rmp, linenr_T lnum, char_u *source, char_u *dest, int copy, int m… 21 long vim_regexec_multi(regmmatch_T *rmp, win_T *win, buf_T *buf, linenr_T lnum, colnr_T col, profti…
|
| H A D | search.pro | 2 int search_regcomp(char_u *pat, int pat_save, int pat_use, int options, regmmatch_T *regmatch); 24 void last_pat_prog(regmmatch_T *regmatch);
|