Lines Matching refs:ctx_res_w
742 smallint ctx_res_w; member
3816 ctx->pipe->res_word = ctx->ctx_res_w; in done_pipe()
3865 || ctx->ctx_res_w == RES_FI in done_pipe()
3868 || ctx->ctx_res_w == RES_DONE in done_pipe()
3869 || ctx->ctx_res_w == RES_FOR in done_pipe()
3870 || ctx->ctx_res_w == RES_IN in done_pipe()
3873 || ctx->ctx_res_w == RES_ESAC in done_pipe()
3879 not_null, ctx->ctx_res_w); in done_pipe()
3890 if (ctx->ctx_res_w == RES_FOR in done_pipe()
3891 || ctx->ctx_res_w == RES_IN) in done_pipe()
3892 ctx->ctx_res_w = RES_NONE; in done_pipe()
3895 if (ctx->ctx_res_w == RES_MATCH) in done_pipe()
3896 ctx->ctx_res_w = RES_CASE_BODY; in done_pipe()
3897 if (ctx->ctx_res_w == RES_CASE) in done_pipe()
3898 ctx->ctx_res_w = RES_CASE_IN; in done_pipe()
4014 if (r->res == RES_IN && ctx->ctx_res_w == RES_CASE_IN) { in reserved_word()
4022 ctx->ctx_res_w = RES_SNTX; in reserved_word()
4036 ctx->ctx_res_w = RES_SNTX; in reserved_word()
4046 ctx->ctx_res_w = r->res; in reserved_word()
4166 && ctx->ctx_res_w != RES_FOR /* ...not after FOR or IN */ in done_word()
4167 && ctx->ctx_res_w != RES_IN in done_word()
4170 && ctx->ctx_res_w != RES_CASE in done_word()
4195 (ctx->ctx_res_w == RES_SNTX)); in done_word()
4196 return (ctx->ctx_res_w == RES_SNTX); in done_word()
4260 if (ctx->ctx_res_w == RES_FOR) { in done_word()
4277 if (ctx->ctx_res_w == RES_CASE) { in done_word()
5688 || ctx.ctx_res_w != RES_MATCH in parse_stream()
5701 IF_HAS_KEYWORDS(|| (ctx.ctx_res_w == RES_NONE && ctx.old_flag == 0)) in parse_stream()
5889 if (ctx.ctx_res_w == RES_CASE_BODY) { in parse_stream()
5891 ctx.ctx_res_w = RES_MATCH; in parse_stream()
5919 if (ctx.ctx_res_w == RES_MATCH) in parse_stream()
5936 if (ctx.ctx_res_w == RES_MATCH in parse_stream()
5956 if (ctx.ctx_res_w == RES_MATCH) in parse_stream()