Searched refs:vim_regcomp_had_eol (Results 1 – 3 of 3) sorted by relevance
13 int vim_regcomp_had_eol(void);
4970 if (vim_regcomp_had_eol() && !(syn_opt_arg.flags & HL_EXCLUDENL)) in syn_cmd_match()5194 if (item == ITEM_END && vim_regcomp_had_eol() in syn_cmd_region()
2606 vim_regcomp_had_eol(void) in vim_regcomp_had_eol() function