Lines Matching refs:stack
88 FTSENT* stack; /* getlist() stack */ \
367 * FTSENT.stack instead of recursion to avoid blowing the real
368 * stack on big directories
374 register FTSENT* stack = 0;
380 root->stack = stack;
381 stack = root;
397 if (!(root = stack))
402 stack = stack->stack;
867 * process the top object on the stack
1232 * try again or delete from top of stack