Home | History | Annotate | Download | only in ksh

Lines Matching defs:eof

784 	char *volatile eof;
791 eof = evalstr(iop->delim, 0);
799 eofp = eof;
814 /* Allow EOF here so commands with out trailing newlines
824 yyerror("here document `%s' unclosed\n", eof);
891 s->str = NULL; /* return 0 for EOF by default */
959 /* avoid reading eof twice */
1070 /* Note: if input is all nulls, this is not eof */
1071 if (Xlength(s->xs, xp) == 0) { /* EOF */
1276 * if eof or newline was found.
1313 /* Don't unget eof... */