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

/freebsd-13-stable/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.c988 mode = FORK_FG;
997 (mode == FORK_FG || mode == FORK_NOJOB) &&
1157 if (mode == FORK_FG) { /* argument to fork */
H A Djobs.c881 * FORK_FG - Fork off a foreground process.
883 * FORK_NOJOB - Like FORK_FG, but don't give the process its own
929 if (setpgid(0, pgrp) == 0 && mode == FORK_FG &&
999 jp->foreground = mode == FORK_FG;

Completed in 104 milliseconds