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

/freebsd-10-stable/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-stable/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp206 #define CASE(LEN, FIRST, THIRD, NAME) \ macro
215 CASE( 2, 'i', '\0', if);
216 CASE( 4, 'e', 'i', elif);
217 CASE( 4, 'e', 's', else);
218 CASE( 4, 'l', 'n', line);
219 CASE( 4, 's', 'c', sccs);
220 CASE( 5, 'e', 'd', endif);
221 CASE( 5, 'e', 'r', error);
222 CASE( 5, 'i', 'e', ident);
223 CASE(
244 #undef CASE macro
[all...]
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dop.h117 CASE, /* pseudo op, not used in trees */ enumerator in enum:__anon12039
H A Dfunc.c471 cvtcon(CASE, 0, ci->c_swtype, &nv, v);
H A Dtree.c1149 case CASE:
2094 } else if (op == CASE) {
2115 } else if (op == CASE) {
3626 case CASE:
4004 case CASE:
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh2.c29 #define CASE 265 macro
287 case CASE:
473 "case", CASE,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql175 OR (CASE WHEN kind = MAP_FILE AND repos_path IS NOT NULL
178 OR (CASE WHEN kind = MAP_DIR THEN depth IS NULL
180 OR (CASE WHEN kind = MAP_SYMLINK THEN symlink_target IS NULL
H A Dwc-queries.sql301 CASE WHEN d.checksum=s.checksum THEN d.translated_size END,
302 CASE WHEN d.checksum=s.checksum THEN d.last_mod_time END,
385 presence = CASE presence
1356 CASE n.presence
1412 CASE
1430 CASE
1628 (SELECT CASE WHEN r.moved_here THEN r.op_depth END FROM nodes r
1641 (SELECT CASE WHEN r.moved_here THEN r.op_depth END FROM nodes r
/freebsd-10-stable/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-stable/sys/compat/svr4/
H A Dsvr4_termios.c327 undefined_flag1(c_lflag,X,CASE);
430 undefined_flag1(c_lflag,X,CASE);
/freebsd-10-stable/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-stable/crypto/openssl/util/
H A Dpod2man.pl91 are historically written in the rather startling ALL UPPER CASE

Completed in 214 milliseconds