Home
last modified time | relevance | path

Searched refs:termsigp (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dwait-process.c196 int *termsigp) in wait_subprocess() argument
210 if (termsigp != NULL) in wait_subprocess()
211 *termsigp = 0; in wait_subprocess()
266 if (termsigp != NULL) in wait_subprocess()
267 *termsigp = info.si_status; /* TODO: or info.si_signo? */ in wait_subprocess()
272 if (exit_on_error || (!null_stderr && termsigp == NULL)) in wait_subprocess()
293 if (termsigp != NULL) in wait_subprocess()
294 *termsigp = 0; in wait_subprocess()
338 if (termsigp != NULL) in wait_subprocess()
339 *termsigp = WTERMSIG (status); in wait_subprocess()
[all …]
Dwait-process.h60 int *termsigp);