Searched refs:jobid (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Djobs.c912 register char *jobid, **jobs=joblist; local
942 else while(jobid = *jobs++)
944 job_string = jobid;
945 if(*jobid==0)
948 if(isalpha(*jobid))
950 r = job_cowalk(fun,arg,jobid);
956 if(*jobid == '%')
957 pw = job_bystring(jobid);
960 int pid = pid_fromstring(jobid);
1445 static struct process *job_byjid(int jobid) argument
1489 register int jobid = 0; local
[all...]
H A Dxec.c1588 int no_fork,jobid; local
1654 jobid = job_post(shp,parent,0);
1666 jobid = job_post(shp,parent,0);
1673 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1675 parent = sh_fork(shp,type,&jobid);
1686 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1688 parent = sh_fork(shp,type,&jobid);
1690 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)
1700 parent = sh_fork(shp,type,&jobid);
1752 sfprintf(sfstderr,"[%d]\t%s\n",jobid,sh_pid2st
3081 _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) argument
3232 sh_fork(Shell_t *shp,int flags, int *jobid) argument
3746 sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,int flag) argument
[all...]

Completed in 17 milliseconds