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

/freebsd-9.3-release/bin/sh/
H A Djobs.h36 /* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */
37 #define FORK_FG 0 macro
H A Deval.c950 mode = FORK_FG;
959 (mode == FORK_FG || mode == FORK_NOJOB) &&
1113 if (mode == FORK_FG) { /* argument to fork */
H A Djobs.c766 * FORK_FG - Fork off a foreground process.
768 * FORK_NOJOB - Like FORK_FG, but don't give the process its own
814 if (setpgid(0, pgrp) == 0 && mode == FORK_FG) {
878 jp->foreground = mode == FORK_FG;

Completed in 80 milliseconds