Searched refs:scset (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/lex/ |
| D | parse.y | 136 scset[i] = mkbranch( scset[i], def_rule ); 271 scset[scon_stk[i]] = 272 mkbranch( scset[scon_stk[i]], 280 scset[i] = 281 mkbranch( scset[i],
|
| D | sym.c | 219 scset = reallocate_integer_array( scset, current_max_scs ); in scextend() 253 scset[lastsc] = mkstate( SYM_EPSILON );
|
| D | dfa.c | 445 dumpnfa( scset[1] ); in ntod() 569 nset[numstates] = scset[(i / 2) + 1]; in ntod() 572 mkbranch( scbol[i / 2], scset[i / 2] ); in ntod()
|
| D | main.c | 91 int lastsc, *scset, *scbol, *scxclu, *sceof; variable 1083 scset = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
|
| D | flexdef.h | 573 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
|