Home
last modified time | relevance | path

Searched refs:jobcommand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.c533 Char *jobcommand[3]; in pjwait() local
535 jobcommand[0] = STRjobs; in pjwait()
537 jobcommand[1] = STRml; in pjwait()
539 jobcommand[1] = NULL; in pjwait()
540 jobcommand[2] = NULL; in pjwait()
542 dojobs(jobcommand, NULL); in pjwait()