Lines Matching refs:alloc_state
2990 alloc_state(int c, nfa_state_T *out, nfa_state_T *out1) in alloc_state() function
3460 s = alloc_state(NFA_SPLIT, e1.start, e2.start); in post2nfa()
3474 s = alloc_state(NFA_SPLIT, e.start, NULL); in post2nfa()
3489 s = alloc_state(NFA_SPLIT, NULL, e.start); in post2nfa()
3504 s = alloc_state(NFA_SPLIT, e.start, NULL); in post2nfa()
3518 s = alloc_state(NFA_SPLIT, NULL, e.start); in post2nfa()
3535 s = alloc_state(NFA_END_COLL, NULL, NULL); in post2nfa()
3568 s = alloc_state(NFA_EMPTY, NULL, NULL); in post2nfa()
3601 s = alloc_state(NFA_SPLIT, e.start, NULL); in post2nfa()
3669 s1 = alloc_state(end_state, NULL, NULL); in post2nfa()
3673 s = alloc_state(start_state, e.start, s1); in post2nfa()
3679 skip = alloc_state(NFA_SKIP, NULL, NULL); in post2nfa()
3682 zend = alloc_state(NFA_ZEND, s1, NULL); in post2nfa()
3773 s = alloc_state(mopen, NULL, NULL); in post2nfa()
3776 s1 = alloc_state(mclose, NULL, NULL); in post2nfa()
3787 s = alloc_state(mopen, e.start, NULL); // `(' in post2nfa()
3791 s1 = alloc_state(mclose, NULL, NULL); // `)' in post2nfa()
3828 s = alloc_state(*p, NULL, NULL); in post2nfa()
3831 s1 = alloc_state(NFA_SKIP, NULL, NULL); in post2nfa()
3858 s = alloc_state(p[-1], NULL, NULL); in post2nfa()
3875 s = alloc_state(*p, NULL, NULL); in post2nfa()