Searched refs:RE_STRING (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | cmdhist.c | 467 && (regmatch.regprog = vim_regcomp(str, RE_MAGIC + RE_STRING)) in del_history_entry()
|
| H A D | debugger.c | 688 bp->dbg_prog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_breakadd()
|
| H A D | spellfile.c | 933 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 D | indent.c | 964 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT); in get_breakindent_win()
|
| H A D | ex_eval.c | 1784 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_catch()
|
| H A D | vim.h | 1035 #define RE_STRING 2 // match in string instead of buffer text macro
|
| H A D | findfile.c | 2455 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in uniquefy_paths()
|
| H A D | eval.c | 1959 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 D | quickfix.c | 569 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 D | gui.c | 5393 regmatch.regprog = vim_regcomp(ga.ga_data, RE_MAGIC + RE_STRING); in gui_do_findrepl()
|
| H A D | regexp_bt.c | 467 reg_string = (re_flags & RE_STRING); in regcomp_start()
|
| H A D | evalfunc.c | 6965 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 D | version7.txt | 5069 Solution: Change TRUE to RE_MAGIC + RE_STRING.
|