Searched refs:RE_STRICT (Results 1 – 4 of 4) sorted by relevance
964 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT); in get_breakindent_win()
1036 #define RE_STRICT 4 // don't allow [abc] without ] macro
1396 slang->sl_compprog = vim_regcomp(pat, RE_MAGIC + RE_STRING + RE_STRICT); in read_compound()2750 RE_MAGIC + RE_STRING + RE_STRICT); in spell_read_aff()
468 reg_strict = (re_flags & RE_STRICT); in regcomp_start()