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

/freebsd-10.1-release/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) {
593 if (forkshell(jp, lp->n, n->npipe.backgnd) == 0) {
616 if (n->npipe.backgnd == 0) {
H A Dshow.c106 if (n->npipe.backgnd)
H A Dparser.c247 n2->npipe.backgnd = 1;
345 pipenode->npipe.backgnd = 0;
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.func.c77 static struct biltins backgnd = {"%job &", dobg1, 0, 0}; local
94 backgnd.bname = short2str(cp);
95 return (&backgnd);

Completed in 109 milliseconds