Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dcase_min.h34 #define RES_CASE \ macro
57 RES_CASE; \
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dhush.c405 RES_CASE , enumerator
3089 [RES_CASE ] = "CASE" , in debug_print_tree()
3247 if (ctx->ctx_res_w == RES_CASE) in done_pipe()
3331 { "case", RES_CASE, NOT_ASSIGNMENT , FLAG_MATCH | FLAG_START }, in match_reserved_word()
3499 && ctx->ctx_res_w != RES_CASE in done_word()
3578 if (ctx->ctx_res_w == RES_CASE) { in done_word()
7915 if (rword == RES_CASE) { in run_list()