HomeSort by: relevance | last modified time | path
    Searched defs:compatChild (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
compat.c 100 static pid_t compatChild;
147 if (compatChild > 0) {
148 KILLPG(compatChild, signo);
354 compatChild = Compat_Spawn(av);
364 meta_compat_parent(compatChild);
368 while ((retstat = wait(&reason)) != compatChild) {
431 compatChild = 0;
compat.c 100 static pid_t compatChild;
147 if (compatChild > 0) {
148 KILLPG(compatChild, signo);
354 compatChild = Compat_Spawn(av);
364 meta_compat_parent(compatChild);
368 while ((retstat = wait(&reason)) != compatChild) {
431 compatChild = 0;
compat.c 100 static pid_t compatChild;
147 if (compatChild > 0) {
148 KILLPG(compatChild, signo);
354 compatChild = Compat_Spawn(av);
364 meta_compat_parent(compatChild);
368 while ((retstat = wait(&reason)) != compatChild) {
431 compatChild = 0;

Completed in 31 milliseconds