Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dcli_hush.c261 pipe_style followup; /* PIPE_BG, PIPE_SEQ, PIPE_OR, PIPE_AND */ member
1725 if (interactive && pi->followup!=PIPE_BG) {
1818 if (pi->followup == PIPE_SEQ) flag_skip=0;
1882 } else if (pi->followup==PIPE_BG) {
1919 if ( (rcode==EXIT_SUCCESS && pi->followup==PIPE_OR) ||
1920 (rcode!=EXIT_SUCCESS && pi->followup==PIPE_AND) )
2010 final_printf("%s pipe followup code %d\n", ind, pi->followup);
2350 pi->followup = 0; /* invalid */
2596 ctx->pipe->followup = type;