Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c964 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT); in get_breakindent_win()
H A Dvim.h1036 #define RE_STRICT 4 // don't allow [abc] without ] macro
H A Dspellfile.c1396 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()
H A Dregexp_bt.c468 reg_strict = (re_flags & RE_STRICT); in regcomp_start()