Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Doption.pro80 int magic_isset(void);
/vim-8.2.3635/src/
H A Dsearch.c136 magic = magic_isset(); in search_regcomp()
417 (void)skip_regexp_ex(pat, NUL, magic_isset(), NULL, NULL, &magic_val); in pat_has_uppercase()
1337 p = skip_regexp_ex(pat, search_delim, magic_isset(), in do_search()
3389 regmatch.regprog = vim_regcomp(pat, magic_isset() ? RE_MAGIC : 0); in find_pattern_in_path()
3398 magic_isset() ? RE_MAGIC : 0); in find_pattern_in_path()
3407 magic_isset() ? RE_MAGIC : 0); in find_pattern_in_path()
H A Dex_cmds.c3760 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), in ex_substitute()
3844 save_re_pat(RE_SUBST, pat, magic_isset()); in ex_substitute()
3987 sub = regtilde(sub, magic_isset()); in ex_substitute()
4405 sub, sub_firstline, FALSE, magic_isset(), TRUE); in ex_substitute()
4509 sub, new_end, TRUE, magic_isset(), TRUE); in ex_substitute()
4951 cmd = skip_regexp_ex(cmd, delim, magic_isset(), &eap->arg, NULL, NULL); in ex_global()
H A Dcmdexpand.c1397 arg = skip_regexp(arg + 1, *arg, magic_isset()); in set_one_cmd_context()
1435 arg = skip_regexp(arg, delim, magic_isset()); in set_one_cmd_context()
2087 regmatch.regprog = vim_regcomp(pat, magic_isset() ? RE_MAGIC : 0); in ExpandFromContext()
H A Dex_getln.c101 (void) skip_regexp_ex(p, delim, magic_isset(), NULL, NULL, &magic_val); in empty_pattern()
314 end = skip_regexp_ex(p, delim, magic_isset(), NULL, NULL, &magic); in do_incsearch_highlighting()
746 magic_isset() ? "\\~^$.*[" : "\\^$"), *c) != NULL) in may_add_char_to_search()
H A Darglist.c438 regmatch.regprog = vim_regcomp(p, magic_isset() ? RE_MAGIC : 0); in do_arglist()
H A Dtag.c1274 if (vim_strchr((char_u *)(magic_isset() ? ".[~*\\$" : "\\$"), in prepare_pats()
1283 magic_isset() ? RE_MAGIC : 0); in prepare_pats()
H A Dinsexpand.c1239 regmatch.regprog = vim_regcomp(pat, magic_isset() ? RE_MAGIC : 0); in ins_compl_dictionaries()
4299 if (!magic_isset()) // quote these only if magic is set in quote_meta()
H A Dex_docmd.c4229 cmd = skip_regexp(cmd, c, magic_isset()); in get_address()
6833 p = skip_regexp(eap->arg, '/', magic_isset()); in ex_open()
6835 regmatch.regprog = vim_regcomp(eap->arg, magic_isset() ? RE_MAGIC : 0); in ex_open()
8652 p = skip_regexp(eap->arg, '/', magic_isset()); in ex_findpat()
H A Dnormal.c3788 aux_ptr = (char_u *)(magic_isset() ? "/.*~[^$\\" : "/^$\\"); in nv_ident()
3790 aux_ptr = (char_u *)(magic_isset() ? "/?.*~[^$\\" : "/?^$\\"); in nv_ident()
H A Dbuffer.c2624 regmatch.regprog = vim_regcomp(p, magic_isset() ? RE_MAGIC : 0); in buflist_findpat()
H A Doption.c7178 magic_isset(void) in magic_isset() function
H A Dvim9compile.c9305 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), NULL, NULL, NULL); in compile_substitute()