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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dnodes.h47 int backgnd; member in struct:npipe
H A Deval.c472 int backgnd = (n->type == NBACKGND); local
480 if (!backgnd && flags & EV_EXIT && !have_traps()) {
491 if (backgnd)
498 forkparent(jp, n, backgnd, process);
504 if (! backgnd) {
604 if (n->npipe.backgnd == 0) {
H A Dshow.c99 if (n->npipe.backgnd)
H A Dnodes.c248 new->npipe.backgnd = n->npipe.backgnd;
H A Dparser.c177 n2->npipe.backgnd = 1;
263 pipenode->npipe.backgnd = 0;

Completed in 76 milliseconds