Lines Matching refs:NFA_CONCAT
50 NFA_CONCAT, // concatenate two previous items (postfix enumerator
701 #define EMIT2(c) EMIT(c); EMIT(NFA_CONCAT); in nfa_emit_equi_class()
1537 EMIT(NFA_CONCAT); in nfa_regatom()
1853 EMIT(NFA_CONCAT); in nfa_regatom()
1941 EMIT(NFA_CONCAT); in nfa_regatom()
2036 EMIT(NFA_CONCAT); in nfa_regatom()
2047 EMIT(NFA_CONCAT); in nfa_regatom()
2068 EMIT(NFA_CONCAT); in nfa_regatom()
2097 EMIT(NFA_CONCAT); in nfa_regatom()
2108 EMIT(NFA_CONCAT); in nfa_regatom()
2159 EMIT(NFA_CONCAT); in nfa_regatom()
2243 EMIT(NFA_CONCAT); in nfa_regpiece()
2371 EMIT(NFA_CONCAT); in nfa_regpiece()
2458 EMIT(NFA_CONCAT); in nfa_regconcat()
2506 EMIT(NFA_CONCAT); in nfa_regbranch()
2612 case NFA_CONCAT: STRCPY(code, "NFA_CONCAT "); break; in nfa_set_code()
3435 case NFA_CONCAT: in post2nfa()