Lines Matching refs:top
108 register struct name *top, *np, *t; in extract() local
115 top = NIL; in extract()
134 if (top == NIL) in extract()
135 top = t; in extract()
141 return (top); in extract()
152 register char *cp, *top; in detract() local
166 top = (char *)salloc((unsigned)(++s)); in detract()
167 cp = top; in detract()
177 return (top); in detract()
346 if (np == top) { in outof()
347 top = np->n_flink; in outof()
348 if (top != NIL) in outof()
349 top->n_blink = NIL; in outof()
350 np = top; in outof()
595 register char **ap, **top; in unpack() local
626 top = (char **)salloc((t + extra) * sizeof (char *)); in unpack()
627 ap = top; in unpack()
653 return (top); in unpack()