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

/freebsd-11-stable/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-11-stable/usr.bin/w/
H A Dproc_compare.c69 #define BOTH 3 macro
85 case BOTH:
103 case BOTH:
/freebsd-11-stable/sys/kern/
H A Dtty_info.c76 #define BOTH 3 macro
131 case BOTH:
149 case BOTH:
185 case BOTH:
203 case BOTH:
/freebsd-11-stable/crypto/openssl/crypto/
H A Dopensslconf.h217 #error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c63 BOTH enumerator in enum:__anon3924
371 conf->membership = BOTH;
400 if (!conf->p_subn->opt.allow_both_pkeys || membership == BOTH)
445 (membership == BOTH && conf->p_subn->opt.allow_both_pkeys)) &&
467 membership = BOTH;
501 (membership == BOTH && conf->p_subn->opt.allow_both_pkeys)) &&
/freebsd-11-stable/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-11-stable/usr.bin/dtc/
H A Ddtc.cc232 tree.set_phandle_format(device_tree::BOTH);
H A Dfdt.hh730 BOTH enumerator in enum:dtc::fdt::device_tree::phandle_format
H A Dfdt.cc1297 if (phandle_node_name == BOTH || phandle_node_name == LINUX)
1303 if (phandle_node_name == BOTH || phandle_node_name == EPAPR)
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c281 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; enumerator in enum:__anon8636
346 type = BOTH;

Completed in 148 milliseconds