Searched refs:backgnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Deval.c431 int backgnd = (n->type == NBACKGND); local
435 if ((!backgnd && flags & EV_EXIT && !have_traps()) ||
436 forkshell(jp = makejob(n, 1), n, backgnd) == 0) {
437 if (backgnd)
441 } else if (! backgnd) {
596 if (forkshell(jp, lp->n, n->npipe.backgnd) == 0) {
619 if (n->npipe.backgnd == 0) {
H A Dshow.c106 if (n->npipe.backgnd)
H A Dparser.c282 n2->npipe.backgnd = 1;
380 pipenode->npipe.backgnd = 0;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c73 static struct biltins backgnd = {"%job &", dobg1, 0, 0}; local
90 backgnd.bname = short2str(cp);
91 return (&backgnd);

Completed in 121 milliseconds