Home | History | Annotate | Download | only in ksh

Lines Matching refs:ARGS

60 int tcsetpgrp ARGS((int fd, pid_t grp));
61 int tcgetpgrp ARGS((int fd));
212 static void j_set_async ARGS((Job *j));
213 static void j_startjob ARGS((Job *j));
214 static int j_waitj ARGS((Job *j, int flags, const char *where));
215 static RETSIGTYPE j_sigchld ARGS((int sig));
216 static void j_print ARGS((Job *j, int how, struct shf *shf));
217 static Job *j_lookup ARGS((const char *cp, int *ecodep));
218 static Job *new_job ARGS((void));
219 static Proc *new_proc ARGS((void));
220 static void check_job ARGS((Job *j));
221 static void put_job ARGS((Job *j, int where));
222 static void remove_job ARGS((Job *j, const char *where));
223 static int kill_job ARGS((Job *j, int sig));