Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h62 unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */ member
Djob.c716 if (c->good_stdin) in reap_children()
1167 child->good_stdin = !good_stdin_used; in start_job_command()
1168 if (child->good_stdin) in start_job_command()
1189 child->good_stdin ? 0 : bad_stdin, in start_job_command()
1196 if (child->good_stdin && !used_stdin) in start_job_command()
1198 child->good_stdin = 0; in start_job_command()
1240 child->pid = child_execute_job (child->good_stdin ? 0 : bad_stdin, 1, in start_job_command()
1278 child_execute_job (child->good_stdin ? 0 : bad_stdin, 1, in start_job_command()