Searched refs:BOTH (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlex.l80 BOTH either EXPRESSION or SCRIPT
115 %s BOTH
139 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT>"/*" { comment (); }
178 <SCRIPT,DEFSYMEXP,MRI,BOTH,EXPRESSION>((("$"|0[xX])([0-9A-Fa-f])+)|(([0-9])+))(M|K|m|k)? {
207 <BOTH,SCRIPT,EXPRESSION,MRI>"]" { RTOKEN(']');}
208 <BOTH,SCRIPT,EXPRESSION,MRI>"[" { RTOKEN('[');}
209 <BOTH,SCRIPT,EXPRESSION,MRI>"<<=" { RTOKEN(LSHIFTEQ);}
210 <BOTH,SCRIPT,EXPRESSION,MRI>">>=" { RTOKEN(RSHIFTEQ);}
211 <BOTH,SCRIPT,EXPRESSION,MRI>"||" { RTOKEN(OROR);}
212 <BOTH,SCRIP
[all...]
/freebsd-10.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.h47 BOTH = 263, enumerator in enum:yytokentype
65 #define BOTH 263 macro
H A Dconfig_parser.c82 BOTH = 263, enumerator in enum:yytokentype
100 #define BOTH 263 macro
H A Dconfig_scanner.c910 yylval.ival = BOTH;
912 printf("BOTH\n");
914 return BOTH;
/freebsd-10.0-release/usr.bin/w/
H A Dproc_compare.c69 #define BOTH 3 macro
85 case BOTH:
103 case BOTH:
/freebsd-10.0-release/sys/kern/
H A Dtty_info.c76 #define BOTH 3 macro
131 case BOTH:
149 case BOTH:
185 case BOTH:
203 case BOTH:
/freebsd-10.0-release/secure/lib/libcrypto/
H A Dopensslconf-arm.h174 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
H A Dopensslconf-ia64.h174 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
H A Dopensslconf-powerpc.h183 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
H A Dopensslconf-sparc64.h174 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
H A Dopensslconf-mips.h188 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
H A Dopensslconf-x86.h203 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dopensslconf.h188 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
H A Dopensslconf.h.in104 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp41 OUTLINE, FILL, BOTH enumerator in enum:E
161 * If polyfill=BOTH, just use the \D'p ...' command.
169 if (polyfill == FILL || polyfill == BOTH) {
171 char command = (polyfill == BOTH && element->brushf) ? 'p' : 'P';
H A Dmain.cpp164 OUTLINE, FILL, BOTH enumerator in enum:E
599 /* polyfill = !sflag ? BOTH : OUTLINE; */
600 polyfill = sflag ? BOTH : OUTLINE; /* changing the default */
/freebsd-10.0-release/usr.bin/dtc/
H A Ddtc.cc203 tree.set_phandle_format(device_tree::BOTH);
H A Dfdt.hh561 BOTH enumerator in enum:dtc::fdt::device_tree::phandle_format
H A Dfdt.cc1023 if (phandle_node_name == BOTH || phandle_node_name == LINUX)
1029 if (phandle_node_name == BOTH || phandle_node_name == EPAPR)
/freebsd-10.0-release/usr.bin/limits/
H A Dlimits.c270 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; enumerator in enum:__anon11449
334 type = BOTH;

Completed in 254 milliseconds