Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c5626 skip_to_start(int c, colnr_T *colp) in skip_to_start() function
5693 if (skip_to_start(regstart, &col) == FAIL) in find_match_text()
7090 if (skip_to_start(prog->regstart, &col) == FAIL) in nfa_regmatch()
7417 if (skip_to_start(prog->regstart, &col) == FAIL) in nfa_regexec_both()