Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:nextfile

185 			FATAL("illegal break, continue, next or nextfile from BEGIN");
201 FATAL("illegal break, continue, next or nextfile from END");
347 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */
378 case NEXTFILE:
379 nextfile();