Searched refs:res_word (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.c277 smallint res_word; /* needed for if, for, while, until... */ member in struct:pipe
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]);
1933 if ((rpipe->res_word == RES_IN || rpipe->res_word == RES_FOR)
1940 if ((rpipe->res_word == RES_IN && rpipe->next->res_word == RES_IN && rpipe->next->progs[0].argv != NULL)
1941 || (rpipe->res_word == RES_FOR && rpipe->next->res_word != RES_IN)
1996 rword = pi->res_word;
[all...]

Completed in 124 milliseconds