Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c2916 if (state->out1) in nfa_print_state2()
3001 s->out1 = out1; in alloc_state()
3214 state = state->out1->out; in nfa_max_width()
3266 state = state->out1->out; in nfa_max_width()
3478 PUSH(frag(s, list1(&s->out1))); in post2nfa()
3539 e.start->out1 = s; in post2nfa()
3607 append(e1.out, list1(&s->out1)); in post2nfa()
3798 patch(list1(&s->out1), s1); in post2nfa()
4416 state = state->out1->out; in match_follows()
6159 skip = t->state->out1->out; in nfa_regmatch()
[all …]
H A Dregexp.h91 nfa_state_T *out1; member