Searched refs:RE_AUTO (Results 1 – 4 of 4) sorted by relevance
964 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT); in get_breakindent_win()
1037 #define RE_AUTO 8 // automatic engine selection macro
2664 re_flags + (regexp_engine == AUTOMATIC_ENGINE ? RE_AUTO : 0)); in vim_regcomp()
2338 if ((nfa_re_flags & RE_AUTO) in nfa_regpiece()