Lines Matching defs:top
175 int top;
181 if (s->top < 0) {
186 *f = s->spine + s->top;
193 return s->top >= 0;
215 if (s->top >= MAX_SPINE_DEPTH - 1) {
233 struct frame *f = s->spine + ++s->top;
237 s->top--;
256 struct frame *f = s->spine + s->top--;
267 f = s->spine + s->top--;
287 s->top = -1;
699 int r, i = *index, top = 1;
725 if (top)
748 top = 0;