Lines Matching refs:endp
1367 char_u *endp; in nfa_regatom() local
1811 endp = skip_anyof(p); in nfa_regatom()
1812 if (*endp == ']') in nfa_regatom()
1819 result = nfa_recognize_char_class(regparse, endp, in nfa_regatom()
1831 regparse = endp; in nfa_regatom()
1858 while (regparse < endp) in nfa_regatom()
1980 && regparse + 1 <= endp in nfa_regatom()
2112 regparse = endp; in nfa_regatom()
7363 rex.reg_endp = rex.reg_match->endp; in nfa_regexec_both()
7462 if (rex.reg_match->endp[0] < rex.reg_match->startp[0]) in nfa_regexec_both()
7463 rex.reg_match->endp[0] = rex.reg_match->startp[0]; in nfa_regexec_both()