Searched refs:res_w (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.c228 smallint res_w; member in struct:p_context
2813 ctx->res_w = RES_NONE;
2866 if (ctx->res_w == RES_IN || ctx->res_w == RES_FOR) {
2868 ctx->res_w = RES_SNTX;
2877 } else if (ctx->res_w == RES_NONE || !(ctx->old_flag & (1 << r->code))) {
2879 ctx->res_w = RES_SNTX;
2883 ctx->res_w = r->code;
2928 debug_printf_parse("done_word return %d\n", (ctx->res_w == RES_SNTX));
2929 return (ctx->res_w
[all...]

Completed in 48 milliseconds