Searched refs:scon_stk (Results 1 – 2 of 2) sorted by relevance
72 int *scon_stk; variable165 scon_stk = allocate_integer_array( lastsc + 1 );242 scbol[scon_stk[i]] =243 mkbranch( scbol[scon_stk[i]],278 scset[scon_stk[i]] =279 mkbranch( scset[scon_stk[i]],305 scon_stk[++scon_stk_ptr] = i;336 if ( scon_stk[j] == i )340 scon_stk[++scon_stk_ptr] = i;365 if ( scon_stk[i] == scnum )[all …]
104 int *scon_stk; variable1534 scon_stk = allocate_integer_array( lastsc + 1 ); in yyparse()1648 scbol[scon_stk[i]] = in yyparse()1649 mkbranch( scbol[scon_stk[i]], in yyparse()1687 scset[scon_stk[i]] = in yyparse()1688 mkbranch( scset[scon_stk[i]], in yyparse()1717 scon_stk[++scon_stk_ptr] = i; in yyparse()1758 if ( scon_stk[j] == i ) in yyparse()1762 scon_stk[++scon_stk_ptr] = i; in yyparse()1790 if ( scon_stk[i] == scnum ) in yyparse()[all …]