Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/flex/
H A Dsym.c226 scset = reallocate_integer_array (scset, current_max_scs); in scextend()
256 scset[lastsc] = mkstate (SYM_EPSILON);
H A Dparse.y135 scset[i] = mkbranch( scset[i], def_rule );
276 scset[scon_stk[i]] =
277 mkbranch( scset[scon_stk[i]],
285 scset[i] =
286 mkbranch( scset[i],
H A Ddfa.c428 dumpnfa (scset[1]); in ntod()
582 nset[numstates] = scset[(i / 2) + 1]; in ntod()
585 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
H A Dmain.c84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1733 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
H A Dflexdef.h589 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
/freebsd-12.1/usr.bin/lex/
H A Dinitparse.c883 scset[i] = mkbranch( scset[i], def_rule ); in YYPARSE_DECL()
1029 scset[scon_stk[i]] = in YYPARSE_DECL()
1030 mkbranch( scset[scon_stk[i]], in YYPARSE_DECL()
1038 scset[i] = in YYPARSE_DECL()
1039 mkbranch( scset[i], in YYPARSE_DECL()