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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c277 smallint res_word; /* needed for if, for, while, until... */ member in struct:pipe
1875 fprintf(stderr, "%*spipe %d res_word=%s followup=%d %s\n", lvl*2, "",
1876 pin, RES[pi->res_word], pi->followup, PIPE[pi->followup]);
1932 if ((rpipe->res_word == RES_IN || rpipe->res_word == RES_FOR)
1939 if ((rpipe->res_word == RES_IN && rpipe->next->res_word == RES_IN && rpipe->next->progs[0].argv != NULL)
1940 || (rpipe->res_word == RES_FOR && rpipe->next->res_word != RES_IN)
1995 rword = pi->res_word;
[all...]

Completed in 40 milliseconds