Searched refs:NO_PID (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dpush.c60 last_asynchronous_pid = NO_PID;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dnojobs.c85 pid_t last_made_pid = NO_PID;
86 pid_t last_asynchronous_pid = NO_PID;
98 /* STATUS and FLAGS are only valid if pid != NO_PID
161 pid_list[i].pid = NO_PID;
172 if (pid_list[i].pid == NO_PID)
182 or the value NO_PID if the pid wasn't found. */
193 return (NO_PID);
205 if (i == NO_PID)
231 if (i == NO_PID)
260 if (slot == NO_PID)
[all...]
H A Djobs.h154 #define NO_PID (pid_t)-1 macro
H A Djobs.c173 pid_t shell_pgrp = NO_PID;
176 pid_t terminal_pgrp = NO_PID;
179 pid_t original_pgrp = NO_PID;
200 pid_t last_made_pid = NO_PID;
203 pid_t last_asynchronous_pid = NO_PID;
320 static pid_t first_pid = NO_PID;
349 first_pid = NO_PID;
1798 if (first_pid == NO_PID)
3517 original_pgrp = NO_PID;
H A Dsubst.c122 pid_t last_command_subst_pid = NO_PID;
123 pid_t current_command_subst_pid = NO_PID;
5207 if (last_asynchronous_pid == NO_PID)
6450 if (last_asynchronous_pid == NO_PID)
H A Dexecute_cmd.c676 last_made_pid = NO_PID;
2726 else if (last_command_subst_pid != NO_PID)
2813 last_command_subst_pid = NO_PID;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_pflog.c326 hdr.pid = NO_PID;
H A Dpf.c3695 pd->lookup.pid = NO_PID;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c381 oldsess->s_ttypgrpid = NO_PID;
456 oldsessp->s_ttypgrpid = NO_PID;
1231 *(int *)data = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID;
1430 oldsessp->s_ttypgrpid = NO_PID;
H A Dkern_exit.c655 sessp->s_ttypgrpid = NO_PID;
1895 sessp->s_ttypgrpid = NO_PID;
H A Dkern_proc.c1208 sess->s_ttypgrpid = NO_PID;
1329 pgrp->pg_session->s_ttypgrpid = NO_PID;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h644 #define NO_PID 100000 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2161 sessp->s_ttypgrpid = NO_PID;

Completed in 317 milliseconds