Searched refs:scset (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | sym.c | 209 scset = reallocate_integer_array (scset, current_max_scs); in scextend() 237 scset[lastsc] = mkstate (SYM_EPSILON); in scinstal()
|
| H A D | parse.y | 138 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 D | initparse.c | 958 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 D | dfa.c | 419 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 D | main.c | 88 int lastsc, *scset, *scbol, *scxclu, *sceof; variable 1747 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
|
| H A D | flexdef.h | 555 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
|