Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h349 extern void dojobs (Char **, struct command *);
H A Dsh.proc.c542 dojobs(jobcommand, NULL); in pjwait()
1313 dojobs(Char **v, struct command *c) in dojobs() function
H A Dsh.init.c96 { "jobs", dojobs, 0, 1 },
H A Dsh.c1922 dojobs(jobargv, NULL); in pintr1()