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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dparse.y83 int *scon_stk;
159 scon_stk = allocate_integer_array( lastsc + 1 );
228 scbol[scon_stk[i]] =
229 mkbranch( scbol[scon_stk[i]],
264 scset[scon_stk[i]] =
265 mkbranch( scset[scon_stk[i]],
291 scon_stk[++scon_stk_ptr] = i;
322 if ( scon_stk[j] == i )
326 scon_stk[++scon_stk_ptr] = i;
351 if ( scon_stk[
[all...]
H A Dparse.c146 int *scon_stk; variable
1623 scon_stk = allocate_integer_array( lastsc + 1 );
1729 scbol[scon_stk[i]] =
1730 mkbranch( scbol[scon_stk[i]],
1769 scset[scon_stk[i]] =
1770 mkbranch( scset[scon_stk[i]],
1800 scon_stk[++scon_stk_ptr] = i;
1845 if ( scon_stk[j] == i )
1849 scon_stk[++scon_stk_ptr] = i;
1880 if ( scon_stk[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/
H A Dparse.c85 int *scon_stk; variable
415 if ( sceof[scon_stk[i]] )
418 scname[scon_stk[i]] );
422 sceof[scon_stk[i]] = true;
424 scname[scon_stk[i]] );
726 scon_stk = allocate_integer_array( lastsc + 1 );
796 scbol[scon_stk[i]] =
797 mkbranch( scbol[scon_stk[i]],
833 scset[scon_stk[i]] =
834 mkbranch( scset[scon_stk[
[all...]

Completed in 99 milliseconds