Searched defs:termsigp (Results 1 - 1 of 1) sorted by last modified time

/external/bison/lib/
H A Dwait-process.c196 int *termsigp)
210 if (termsigp != NULL)
211 *termsigp = 0;
266 if (termsigp != NULL)
267 *termsigp = info.si_status; /* TODO: or info.si_signo? */
272 if (exit_on_error || (!null_stderr && termsigp == NULL))
293 if (termsigp != NULL)
294 *termsigp = 0;
338 if (termsigp != NULL)
339 *termsigp
193 wait_subprocess(pid_t child, const char *progname, bool ignore_sigpipe, bool null_stderr, bool slave_process, bool exit_on_error, int *termsigp) argument
[all...]

Completed in 93 milliseconds