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

/freebsd-10.0-release/contrib/dialog/
H A Dtrace.c151 #define CASE(name) case name: fkey_name = #name; break macro
153 CASE(DLGK_MIN);
154 CASE(DLGK_OK);
155 CASE(DLGK_CANCEL);
156 CASE(DLGK_EXTRA);
157 CASE(DLGK_HELP);
158 CASE(DLGK_ESC);
159 CASE(DLGK_PAGE_FIRST);
160 CASE(DLGK_PAGE_LAST);
161 CASE(DLGK_PAGE_NEX
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp207 #define CASE(LEN, FIRST, THIRD, NAME) \ macro
216 CASE( 2, 'i', '\0', if);
217 CASE( 4, 'e', 'i', elif);
218 CASE( 4, 'e', 's', else);
219 CASE( 4, 'l', 'n', line);
220 CASE( 4, 's', 'c', sccs);
221 CASE( 5, 'e', 'd', endif);
222 CASE( 5, 'e', 'r', error);
223 CASE( 5, 'i', 'e', ident);
224 CASE(
245 #undef CASE macro
[all...]
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dop.h117 CASE, /* pseudo op, not used in trees */ enumerator in enum:__anon11527
H A Dfunc.c471 cvtcon(CASE, 0, ci->c_swtype, &nv, v);
H A Dtree.c1122 case CASE:
2047 } else if (op == CASE) {
2065 } else if (op == CASE) {
3520 case CASE:
3893 case CASE:
/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh2.c29 #define CASE 265 macro
287 case CASE:
473 "case", CASE,
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlex.l336 <MRI>"CASE" { RTOKEN(CASE); }
353 <MRI>"case" { RTOKEN(CASE); }
H A Dldgram.y149 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
247 | CASE casesymlist
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.c327 undefined_flag1(c_lflag,X,CASE);
430 undefined_flag1(c_lflag,X,CASE);
/freebsd-10.0-release/contrib/ee/
H A Dee.c506 char *CASE; variable
1780 else if (compare(cmd_str, CASE, FALSE))
4165 if (compare(str1, CASE, FALSE))
4331 fprintf(init_file, "%s\n", case_sen ? CASE : NOCASE);
5212 CASE = catgetlocal( 126, "CASE");
5289 commands[9] = CASE;
5312 init_strings[0] = CASE;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql325 presence = CASE presence
1267 CASE n.presence
1323 CASE
1340 CASE
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl91 are historically written in the rather startling ALL UPPER CASE

Completed in 241 milliseconds