Lines Matching defs:top
176 int top;
182 if (s->top < 0) {
187 *f = s->spine + s->top;
194 return s->top >= 0;
216 if (s->top >= MAX_SPINE_DEPTH - 1) {
234 struct frame *f = s->spine + ++s->top;
238 s->top--;
257 struct frame *f = s->spine + s->top--;
268 f = s->spine + s->top--;
288 s->top = -1;
1096 int r, i = *index, top = 1;
1122 if (top)
1146 top = 0;