Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dsym.c206 scset = reallocate_integer_array (scset, current_max_scs); in scextend()
234 scset[lastsc] = mkstate (SYM_EPSILON); in scinstal()
H A Dparse.y135 scset[i] = mkbranch( scset[i], def_rule );
278 scset[scon_stk[i]] =
279 mkbranch( scset[scon_stk[i]],
287 scset[i] =
288 mkbranch( scset[i],
H A Ddfa.c418 dumpnfa (scset[1]); in ntod()
565 nset[numstates] = scset[(i / 2) + 1]; in ntod()
568 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
H A Dmain.c85 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1744 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
H A Dflexdef.h546 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
/freebsd/usr.bin/lex/
H A Dinitparse.c877 scset[i] = mkbranch( scset[i], def_rule ); in YYPARSE_DECL()
1025 scset[scon_stk[i]] = in YYPARSE_DECL()
1026 mkbranch( scset[scon_stk[i]], in YYPARSE_DECL()
1034 scset[i] = in YYPARSE_DECL()
1035 mkbranch( scset[i], in YYPARSE_DECL()