Searched refs:process (Results 1 - 11 of 11) 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/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...]
/ast/src/lib/libast/comp/
H A Dspawnveg.c25 * spawnveg -- spawnve with process group or session control
28 * 0 nothing [retain session and process group]
29 * 1 setpgid(0,0) [process group leader]
30 * >1 setpgid(0,pgid) [join process group]
89 #include <process.h>
141 #include <process.h>
H A Domitted.c347 #include <process.h>
/ast/src/cmd/ie/
H A Demacs.c329 goto process;
360 goto process;
618 goto process;
655 process:
988 * This routine process all commands starting with ^X
/ast/src/cmd/ksh93/edit/
H A Demacs.c367 goto process;
396 goto process;
655 goto process;
709 process:
1140 * This routine process all commands starting with ^X
/ast/src/cmd/ksh93/tests/
H A Dpty.sh432 L process/terminal group exercise
/ast/src/cmd/html/
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);
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);
/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/sort/
H A Dmain.c134 "the input. The current implementation still uses one process for the "
301 int child; /* in child process */
462 * process argv as in sort(1)
978 error(1, "multi-process multi-stage not implemented; falling back to one processor");
1022 error(1, "multi-process multi-stage not implemented; falling back to one processor");
1400 process:
1402 error(ERROR_PROMPT, "%s process %lld ->", error_info.id, (Sflong_t)(sp->cur - r));
1408 error(0, "%s process %lld -> %lld", error_info.id, (Sflong_t)(sp->cur - r), (Sflong_t)p);
1462 goto process;
1603 error(ERROR_SYSTEM|3, "%d process
[all...]

Completed in 34 milliseconds