Searched refs:CASE (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libexpr/
H A Dexdata.c44 EXID("case", CASE, CASE, 0, 0),
H A DOexparse.h44 #define CASE 269 macro
H A Dextoken.c140 case CASE:
H A Dexparse.y63 %token CASE
383 $$ = exnewnode(expr.program, CASE, 1, 0, $2, NiL);
414 case_item : CASE constant ':'
H A DOexparse.c85 #define CASE 269 macro
624 "BREAK","CALL","CASE","CONSTANT","CONTINUE","DECLARE","DEFAULT","DYNAMIC",
659 "case_item : CASE constant ':'",
1231 exval.expr = exnewnode(expr.program, CASE, 1, 0, exvsp[0].expr, NiL);
/ast/src/lib/libcmd/
H A Dstty.c109 #define CASE 10 macro
351 { "lcase", CASE, C_FLAG, IG, 0 , 0, C("Set \bxcase\b, \biuclc\b, and \bolcuc\b") },
352 { "LCASE", CASE, C_FLAG, IG, 0 , 0, C("Same as \blcase\b") }
770 case CASE:

Completed in 69 milliseconds