Lines Matching defs:pushlevel
71 uint8_t pushlevel; /* current pushlevel */
232 c = &s->cur[s->pushlevel];
416 if ((s->pushlevel + 1) >= MAXPUSH) {
417 DPRINTFN(0, "Cannot push item @ %d\n", s->pushlevel);
420 s->pushlevel ++;
421 s->cur[s->pushlevel] = *c;
426 c = &s->cur[s->pushlevel];
430 if (s->pushlevel == 0) {
434 s->pushlevel --;
437 c = &s->cur[s->pushlevel];