Searched refs:scset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/flex/ |
| H A D | sym.c | 226 scset = reallocate_integer_array (scset, current_max_scs); in scextend() 256 scset[lastsc] = mkstate (SYM_EPSILON);
|
| H A D | parse.y | 135 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 D | dfa.c | 428 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 D | main.c | 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable 1733 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
|
| H A D | flexdef.h | 589 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
|
| /freebsd-12.1/usr.bin/lex/ |
| H A D | initparse.c | 883 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()
|