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

/freebsd-9.3-release/bin/sh/
H A Deval.c418 int backgnd = (n->type == NBACKGND); local
422 if ((!backgnd && flags & EV_EXIT && !have_traps()) ||
423 forkshell(jp = makejob(n, 1), n, backgnd) == 0) {
424 if (backgnd)
428 } else if (! backgnd) {
545 if (forkshell(jp, lp->n, n->npipe.backgnd) == 0) {
568 if (n->npipe.backgnd == 0) {
H A Dshow.c106 if (n->npipe.backgnd)
H A Dparser.c244 n2->npipe.backgnd = 1;
353 pipenode->npipe.backgnd = 0;
/freebsd-9.3-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 71 milliseconds