Home
last modified time | relevance | path

Searched refs:REG_MULTI (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c4074 if (REG_MULTI) in log_subexpr()
4160 if (REG_MULTI) in copy_sub()
4182 if (REG_MULTI) in copy_sub_off()
4201 if (REG_MULTI) in copy_ze_off()
4580 || !REG_MULTI in addstate()
4843 if (REG_MULTI) in addstate()
5305 if (REG_MULTI) in recursive_regmatch()
5319 if (REG_MULTI) in recursive_regmatch()
5816 if (REG_MULTI) in nfa_regmatch()
6841 if (REG_MULTI) in nfa_regmatch()
[all …]
H A Dregexp_bt.c2664 if (REG_MULTI) in reg_save()
2680 if (REG_MULTI) in reg_restore()
2702 if (REG_MULTI) in reg_save_equal()
3185 if (REG_MULTI) in save_subexpr()
3213 if (REG_MULTI) in restore_subexpr()
4286 if (REG_MULTI) in regmatch()
4522 if (REG_MULTI) in regmatch()
4747 if (REG_MULTI) in regtry()
4785 if (REG_MULTI) in regtry()
4845 if (REG_MULTI) in bt_regexec_both()
[all …]
H A Dregexp.c1207 #define REG_MULTI (rex.reg_match == NULL) macro
1352 prog = REG_MULTI ? rex.reg_mmatch->regprog : rex.reg_match->regprog; in prog_magic_wrong()
1375 if (REG_MULTI) in cleanup_subexpr()
1396 if (REG_MULTI) in cleanup_zsubexpr()
2241 if (REG_MULTI) in vim_regsub_both()
2270 if (REG_MULTI) in vim_regsub_both()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3965 Solution: Avoid calling reg_getline() when REG_MULTI is false.