Searched refs:FORK_FG (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/bin/sh/
H A Djobs.h33 /* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */
34 #define FORK_FG 0 macro
H A Deval.c980 mode = FORK_FG;
989 (mode == FORK_FG || mode == FORK_NOJOB) &&
1149 if (mode == FORK_FG) { /* argument to fork */
H A Djobs.c875 * FORK_FG - Fork off a foreground process.
877 * FORK_NOJOB - Like FORK_FG, but don't give the process its own
923 if (setpgid(0, pgrp) == 0 && mode == FORK_FG &&
993 jp->foreground = mode == FORK_FG;

Completed in 63 milliseconds