Searched defs:CASE (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | stty.c | 109 #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:
|
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 44 #define CASE 269 macro
|
H A D | Oexparse.c | 85 #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);
|
Completed in 26 milliseconds