Searched refs:REG_MULTI (Results 1 – 4 of 4) sorted by relevance
4074 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 …]
2664 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 …]
1207 #define REG_MULTI (rex.reg_match == NULL) macro1352 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()
3965 Solution: Avoid calling reg_getline() when REG_MULTI is false.