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

/external/python/cpython2/Parser/
H A Dpgen.c394 int istate, jstate, iarc, jarc, ibit; local
456 for (jstate = 0; jstate < xx_nstates; jstate++) {
458 xx_state[jstate].ss_ss, nbits)) {
459 zz->sa_arrow = jstate;
/external/python/cpython3/Parser/
H A Dpgen.c404 int istate, jstate, iarc, jarc, ibit; local
466 for (jstate = 0; jstate < xx_nstates; jstate++) {
468 xx_state[jstate].ss_ss, nbits)) {
469 zz->sa_arrow = jstate;
/external/mksh/src/
H A Djobs.c1442 int jstate; local
1452 jstate = PRUNNING;
1457 if (p->state > jstate)
1458 jstate = p->state;
1460 j->state = jstate;

Completed in 327 milliseconds