Searched refs:SWITCH (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/locate/locate/
H A Dlocate.h43 #define SWITCH 30 /* switch code */ macro
H A Dfastfind.c64 if (c == SWITCH) {
71 for (p = path + count; (c = getc(fp)) > SWITCH; size++)
205 if (c == SWITCH) { /* big step, an integer */
232 * <= SWITCH: offset
236 * offset < SWITCH < UMLAUT < ascii < PARITY < bigram
249 break; /* SWITCH */
/freebsd-10.0-release/contrib/gperf/src/
H A Doptions.h91 SWITCH = 1 << 15, enumerator in enum:Option_Type
H A Doptions.cc531 _option_word & SWITCH ? "enabled" : "disabled",
590 if (!(_option_word & SWITCH))
592 _option_word |= SWITCH;
982 _option_word |= SWITCH;
H A Doutput.cc955 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
958 if (index < keyword->_hash_value && !option[SWITCH] && !option[DUP])
1017 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
1020 if (!option[SWITCH] && !option[DUP])
1058 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
1064 if (!option[SWITCH] && !option[DUP])
1197 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
1203 if (index < keyword->_hash_value && !option[SWITCH] && !option[DUP])
1395 if (option[SWITCH])
1411 if (option[SWITCH])
[all...]
/freebsd-10.0-release/usr.bin/locate/code/
H A Dlocate.code.c180 if (*cp == SWITCH)
199 if (putchar(SWITCH) == EOF ||
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl23 SWITCH: for ($flavour) { label
H A Dx86_64-xlate.pl445 SWITCH: for ($dir) {
526 SWITCH: for ($dir) {
444 SWITCH: for ($dir) { label
525 SWITCH: for ($dir) { label
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l182 SWITCH [Ss][Ww][Ii][Tt][Cc][Hh]
269 {SWITCH} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_SWITCH; yylval = strdup(yytext); return TK_TEXT; }
/freebsd-10.0-release/crypto/openssl/util/pl/
H A DVC-32.pl90 SWITCH: for($wcetgt) { label

Completed in 145 milliseconds