Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c39 NFA_EMPTY, // matches 0-length enumerator
2327 EMIT(NFA_EMPTY); in nfa_regpiece()
2497 EMIT(NFA_EMPTY); in nfa_regbranch()
2505 EMIT(NFA_EMPTY); in nfa_regbranch()
2511 EMIT(NFA_EMPTY); in nfa_regbranch()
2756 case NFA_EMPTY: STRCPY(code, "NFA_EMPTY"); break; in nfa_set_code()
3363 case NFA_EMPTY: in nfa_max_width()
3561 case NFA_EMPTY: in post2nfa()
3568 s = alloc_state(NFA_EMPTY, NULL, NULL); in post2nfa()
4567 case NFA_EMPTY: in addstate()
[all …]