Searched defs:process (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Djobs.h74 struct process struct
76 struct process *p_nxtjob; /* next job structure */
77 struct process *p_nxtproc; /* next process in current job */
83 pid_t p_pid; /* process id */
84 pid_t p_pgrp; /* process group */
85 pid_t p_fgrp; /* process group when stopped */
86 short p_job; /* job number of process */
99 struct process *pwlist; /* head of process lis
[all...]
/ast/src/cmd/builtin/
H A Dpty.c80 "[s!:session?Create a separate session for the process started by "
311 process(Sfio_t* mp, Sfio_t* lp, int delay, int timeout) function
971 int (*fun)(Sfio_t*,Sfio_t*,int,int) = process;
/ast/src/cmd/html/
H A Dhtml2rtf.c889 process(char* file, register Sfio_t* ip, register Sfio_t* op) function
1569 process(NiL, sfstdin, sfstdout);
1603 process(s, ip, op);
H A Dtroff2html.c3664 process(char* file, Sfio_t* ip, Sfio_t* op) function
6006 process(NiL, NiL, op);
6011 process(v, ip, op);
6013 process(NiL, sfstdin, op);
6017 process(v, ip, op);
6033 process(NiL, NiL, op);
/ast/src/cmd/ksh93/sh/
H A Djobs.c65 static struct process *pwfg;
78 errormsg(SH_DICT,ERROR_exit(1),"%s: invalid process id",str);
137 static struct process *job_bypid(pid_t);
138 static struct process *job_byjid(int);
142 static struct process *job_unpost(struct process*,int);
143 static void job_unlink(struct process*);
144 static void job_prmsg(struct process*);
145 static struct process *freelist;
148 static struct process dumm
282 job_cowalk(int (*fun)(struct process*,int),int arg,char *name) argument
908 job_walk(Sfio_t *file,int (*fun)(struct process*,int),int arg,char *joblist[]) argument
[all...]

Completed in 23 milliseconds