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

/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c214 scset = reallocate_integer_array( scset, current_max_scs );
248 scset[lastsc] = mkstate( SYM_EPSILON );
H A Dparse.y130 scset[i] = mkbranch( scset[i], def_rule );
265 scset[scon_stk[i]] =
266 mkbranch( scset[scon_stk[i]],
274 scset[i] =
275 mkbranch( scset[i],
H A Ddfa.c440 dumpnfa( scset[1] );
564 nset[numstates] = scset[(i / 2) + 1];
567 mkbranch( scbol[i / 2], scset[i / 2] );
H A Dmain.c86 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1078 scset = allocate_integer_array( current_max_scs );
H A Dflexdef.h559 * scset - set of rules active in start condition
566 extern int lastsc, *scset, *scbol, *scxclu, *sceof;

Completed in 30 milliseconds