Searched refs:transchar (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | nfa.c | 56 if (transchar[finalst[mach]] == SYM_EPSILON) in add_accept() 113 sym = transchar[ns]; in dumpnfa() 154 state = mkstate (transchar[i]); in dupmachine() 159 if (transchar[i] == SYM_EPSILON && in dupmachine() 346 if (transchar[mach] == SYM_EPSILON) { in mark_beginning_as_normal() 603 transchar = in mkstate() 604 reallocate_integer_array (transchar, current_mns); in mkstate() 618 transchar[lastnfa] = sym; in mkstate() 671 else if ((transchar[statefrom] != SYM_EPSILON) || in mkxtion()
|
H A D | dfa.c | 279 if ( nfaccnum != NIL || transchar[state] != SYM_EPSILON ) \ in epsclosure() 306 transsym = transchar[ns]; in epsclosure() 935 sym = transchar[ns]; in symfollowset() 1023 tch = transchar[ns]; in sympartition()
|
H A D | flexdef.h | 140 (transchar[state] == SYM_EPSILON && \ 148 (transchar[state] == SYM_EPSILON && \ 469 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
|
H A D | main.c | 75 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable 1730 transchar = allocate_integer_array (current_mns); in set_up_initial_allocations()
|
H A D | parse.y | 381 if ( transchar[lastst[$2]] != SYM_EPSILON )
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 1128 if ( transchar[lastst[yystack.l_mark[0]]] != SYM_EPSILON ) in YYPARSE_DECL()
|