HomeSort by: relevance | last modified time | path
    Searched refs:waitlast (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
proto.h 145 int waitlast ARGS((void));
jobs.c 683 if (last_job) { /* no need to report error - waitlast() will do it */
693 waitlast() function in typeref:typename:int
704 warningf(true, "waitlast: no last job");
706 internal_errorf(0, "waitlast: not started");
711 rv = j_waitj(j, JW_NONE, "jw:waitlast");
eval.c 35 short split; /* split "$@" / call waitlast $() */
543 subst_exstat = waitlast();
878 xp->split = 0; /* no waitlast() */
891 xp->split = 1; /* waitlast() */

Completed in 111 milliseconds