Searched refs:scbol (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/flex/ |
| HD | sym.c | 227 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend() 257 scbol[lastsc] = mkstate (SYM_EPSILON);
|
| HD | parse.y | 240 scbol[scon_stk[i]] = 241 mkbranch( scbol[scon_stk[i]], 253 scbol[i] = mkbranch( scbol[i],
|
| HD | main.c | 84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable 1734 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
|
| HD | flexdef.h | 589 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
|
| HD | dfa.c | 585 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
|
| /NextBSD/usr.bin/lex/ |
| HD | initparse.c | 990 scbol[scon_stk[i]] = in YYPARSE_DECL() 991 mkbranch( scbol[scon_stk[i]], in YYPARSE_DECL() 1003 scbol[i] = mkbranch( scbol[i], in YYPARSE_DECL()
|