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

/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c215 scbol = reallocate_integer_array( scbol, current_max_scs );
249 scbol[lastsc] = mkstate( SYM_EPSILON );
H A Dparse.y229 scbol[scon_stk[i]] =
230 mkbranch( scbol[scon_stk[i]],
242 scbol[i] = mkbranch( scbol[i],
H A Dmain.c86 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1079 scbol = allocate_integer_array( current_max_scs );
H A Dflexdef.h560 * scbol - set of rules active only at the beginning of line in a s.c.
566 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
H A Ddfa.c567 mkbranch( scbol[i / 2], scset[i / 2] );

Completed in 106 milliseconds