Lines Matching defs:pushlevel
90 uint8_t pushlevel; /* current pushlevel */
250 c = &s->cur[s->pushlevel];
448 if ((s->pushlevel + 1) >= MAXPUSH) {
449 DPRINTFN(0, "Cannot push item @ %d\n", s->pushlevel);
452 s->pushlevel ++;
453 s->cur[s->pushlevel] = *c;
458 c = &s->cur[s->pushlevel];
462 if (s->pushlevel == 0) {
466 s->pushlevel --;
469 c = &s->cur[s->pushlevel];