Home
last modified time | relevance | path

Searched refs:scon_stk (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/flex/
Dparse.y72 int *scon_stk; variable
165 scon_stk = allocate_integer_array( lastsc + 1 );
240 scbol[scon_stk[i]] =
241 mkbranch( scbol[scon_stk[i]],
276 scset[scon_stk[i]] =
277 mkbranch( scset[scon_stk[i]],
303 scon_stk[++scon_stk_ptr] = i;
334 if ( scon_stk[j] == i )
338 scon_stk[++scon_stk_ptr] = i;
363 if ( scon_stk[i] == scnum )
[all …]
DChangeLog5995 * parse.y: Added scon_stk stuff, format_warn
/freebsd-10-stable/usr.bin/lex/
Dinitparse.c57 int *scon_stk; variable
528 if ( sceof[scon_stk[i]] ) in build_eof_action()
531 scname[scon_stk[i]] ); in build_eof_action()
535 sceof[scon_stk[i]] = true; in build_eof_action()
541 scname[scon_stk[i]] ); in build_eof_action()
908 scon_stk = allocate_integer_array( lastsc + 1 ); in YYPARSE_DECL()
990 scbol[scon_stk[i]] = in YYPARSE_DECL()
991 mkbranch( scbol[scon_stk[i]], in YYPARSE_DECL()
1027 scset[scon_stk[i]] = in YYPARSE_DECL()
1028 mkbranch( scset[scon_stk[i]], in YYPARSE_DECL()
[all …]