Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c748 int old_flag; member
4034 } else if (/*ctx->ctx_res_w == RES_NONE ||*/ !(ctx->old_flag & (1 << r->res))) { in reserved_word()
4047 ctx->old_flag = r->flag; in reserved_word()
4051 if (ctx->old_flag & FLAG_END) { in reserved_word()
5701 IF_HAS_KEYWORDS(|| (ctx.ctx_res_w == RES_NONE && ctx.old_flag == 0)) in parse_stream()