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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c276 smallint followup; /* PIPE_BG, PIPE_SEQ, PIPE_OR, PIPE_AND */ member in struct:pipe
1669 const int single_fg = (pi->num_progs == 1 && pi->followup != PIPE_BG);
1791 if (setpgid(0, pi->pgrp) == 0 && pi->followup != PIPE_BG) {
1876 fprintf(stderr, "%*spipe %d res_word=%s followup=%d %s\n", lvl*2, "",
1877 pin, RES[pi->res_word], pi->followup, PIPE[pi->followup]);
2009 if (pi->followup == PIPE_SEQ)
2074 } else if (pi->followup == PIPE_BG) {
2111 if ((rcode == EXIT_SUCCESS && pi->followup == PIPE_OR)
2112 || (rcode != EXIT_SUCCESS && pi->followup
[all...]

Completed in 92 milliseconds