Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dparse.y136 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],
Dsym.c219 scset = reallocate_integer_array( scset, current_max_scs ); in scextend()
253 scset[lastsc] = mkstate( SYM_EPSILON );
Ddfa.c445 dumpnfa( scset[1] ); in ntod()
569 nset[numstates] = scset[(i / 2) + 1]; in ntod()
572 mkbranch( scbol[i / 2], scset[i / 2] ); in ntod()
Dmain.c91 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1083 scset = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
Dflexdef.h573 extern int lastsc, *scset, *scbol, *scxclu, *sceof;