Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c3568 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()
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()
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()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16660 Solution: Rename new_state() to alloc_state(). Remove unnecessary