Lines Matching refs:next
131 struct zfile *next;
182 // "return next nextfile delete print printf getline ";
334 "return next nextfile delete print printf getline ";
729 TT.scs->prog_args = TT.scs->prog_args->next;
1077 // For checking end of prev statement for termination and if '/' can come next
1682 // On exit: CURTOK() is infix operator (for binary_op() to handle) or next
2216 if (TT.cgl.rule_type) XERR("%s", "next inside BEGIN or END\n");
2217 if (TT.cgl.in_function_body) XERR("%s", "next inside function def\n");
2759 // Find the next occurrence of FS.
3013 for (struct zfile *p = TT.zfiles; p; p = p->next)
3027 for (struct zfile *p = TT.zfiles; p; p = p->next)
3038 np = p->next; // save in case unlinking file (invalidates p->next)
3046 *pp = p->next;
3049 } else pp = &p->next; // only if not unlinking zfile
3064 for (struct zfile *p = TT.zfiles; p; p = p->next)
3964 STKP->num = kk; // save index for next iteration
4436 for (struct arg_list *p = assign_args; p; p = p->next) {