Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c209 scset = reallocate_integer_array (scset, current_max_scs); in scextend()
237 scset[lastsc] = mkstate (SYM_EPSILON); in scinstal()
H A Dparse.y138 scset[i] = mkbranch( scset[i], def_rule );
281 scset[scon_stk[i]] =
282 mkbranch( scset[scon_stk[i]],
290 scset[i] =
291 mkbranch( scset[i],
H A Dinitparse.c958 scset[i] = mkbranch( scset[i], def_rule ); in YYPARSE_DECL()
1087 scset[scon_stk[i]] = in YYPARSE_DECL()
1088 mkbranch( scset[scon_stk[i]], in YYPARSE_DECL()
1096 scset[i] = in YYPARSE_DECL()
1097 mkbranch( scset[i], in YYPARSE_DECL()
H A Ddfa.c419 dumpnfa (scset[1]); in ntod()
566 nset[numstates] = scset[(i / 2) + 1]; in ntod()
569 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
H A Dmain.c88 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1747 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
H A Dflexdef.h555 extern int lastsc, *scset, *scbol, *scxclu, *sceof;