Home
last modified time | relevance | path

Searched refs:nextchar (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c1569 if (nextchar != '?' in do_set()
1580 if (nextchar == '=' || nextchar == ':') in do_set()
2153 nextchar = *p; in do_set()
2156 *p = nextchar; in do_set()
6213 int nextchar; in set_context_in_set_cmd() local
6274 nextchar = *++p; in set_context_in_set_cmd()
6300 nextchar = *p; in set_context_in_set_cmd()
6303 *p = nextchar; in set_context_in_set_cmd()
6318 if ((nextchar == '-' || nextchar == '+' || nextchar == '^') && p[1] == '=') in set_context_in_set_cmd()
6321 nextchar = '='; in set_context_in_set_cmd()
[all …]
H A Dregexp_nfa.c5980 goto nextchar; in nfa_regmatch()
6038 goto nextchar; in nfa_regmatch()
7149 nextchar: in nfa_regmatch()
/vim-8.2.3635/runtime/syntax/
H A Dxs.vim293 syn keyword xsPrivate next_symbol nextchar no_bareword_allowed no_fh_allowed