Home
last modified time | relevance | path

Searched refs:RE_STRING (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dcmdhist.c467 && (regmatch.regprog = vim_regcomp(str, RE_MAGIC + RE_STRING)) in del_history_entry()
H A Ddebugger.c688 bp->dbg_prog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_breakadd()
H A Dspellfile.c933 lp->sl_prefprog[i] = vim_regcomp(buf, RE_MAGIC + RE_STRING); in read_prefcond_section()
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()
2811 buf, RE_MAGIC + RE_STRING); in spell_read_aff()
H A Dindent.c964 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT); in get_breakindent_win()
H A Dex_eval.c1784 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_catch()
H A Dvim.h1035 #define RE_STRING 2 // match in string instead of buffer text macro
H A Dfindfile.c2455 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in uniquefy_paths()
H A Deval.c1959 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in pattern_match()
6372 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in do_string_sub()
H A Dquickfix.c569 if ((fmt_ptr->prog = vim_regcomp(fmtstr, RE_MAGIC + RE_STRING)) == NULL) in parse_efm_option()
8229 regmatch.regprog = vim_regcomp(eap->arg, RE_MAGIC + RE_STRING); in ex_helpgrep()
H A Dgui.c5393 regmatch.regprog = vim_regcomp(ga.ga_data, RE_MAGIC + RE_STRING); in gui_do_findrepl()
H A Dregexp_bt.c467 reg_string = (re_flags & RE_STRING); in regcomp_start()
H A Devalfunc.c6965 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in find_some_match()
9463 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in f_split()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5069 Solution: Change TRUE to RE_MAGIC + RE_STRING.