wtime             748 src/subshell/common.c     struct timeval wtime;       /* Maximum time we wait for the subshell */
wtime             755 src/subshell/common.c     wtime.tv_sec = 10;
wtime             756 src/subshell/common.c     wtime.tv_usec = 0;
wtime             757 src/subshell/common.c     wptr = fail_on_error ? &wtime : NULL;
wtime            1277 src/subshell/common.c     struct timeval wtime = { 0, 0 };
wtime            1284 src/subshell/common.c     if (select (maxfdp + 1, &read_set, NULL, NULL, &wtime) > 0