Searched refs:RES_FOR (Results 1 – 1 of 1) sorted by relevance
524 RES_FOR , enumerator3674 [RES_FOR ] = "FOR" , in debug_print_tree()3869 || ctx->ctx_res_w == RES_FOR in done_pipe()3890 if (ctx->ctx_res_w == RES_FOR in done_pipe()3944 FLAG_FOR = (1 << RES_FOR ),3975 { "for", RES_FOR, NOT_ASSIGNMENT , FLAG_IN | FLAG_DO | FLAG_START }, in match_reserved_word()4166 && ctx->ctx_res_w != RES_FOR /* ...not after FOR or IN */ in done_word()4260 if (ctx->ctx_res_w == RES_FOR) { in done_word()9692 if (cpipe->res_word != RES_FOR && cpipe->res_word != RES_IN) in run_list()9756 if ((rword == RES_WHILE || rword == RES_UNTIL || rword == RES_FOR) in run_list()[all …]