/freebsd/contrib/ee/ |
H A D | ee.1 | 56 Turns off expansion of tab character to spaces. 59 Turns off display of information window at top of terminal. 62 Turns off highlighting of borders of windows and menus (improves performance on 440 Turns off the display of the information window. 450 Turns off automatic paragraph formatting (default). 456 Turns on highlighting border of information window and menus (default). 458 Turns off highlighting of border of information window and menus. 460 Turns on display of eight bit characters. 462 Turns off display of eight bit characters (they are displayed as their decimal 465 Turns on handling of 16-bit characters. [all …]
|
/freebsd/share/man/man8/ |
H A D | debug.sh.8 | 51 turns tracing on if any 57 It turns tracing off if 84 turns tracing on if any 181 If a function turns tracing on, ksh turns it off when the
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-gru.dtsi | 56 /* EC turns on w/ lpddr_pwr_en; always on for AP */ 95 /* EC turns on w/ pp5000_en; always on for AP */ 113 /* EC turns on w/ ap_core_en; always on for AP */ 142 /* EC turns on w/ ap_core_en; always on for AP */ 171 /* EC turns on w/ ap_core_en; always on for AP */ 191 /* EC turns on w/ pp900_ddrpll_en */ 195 /* EC turns on w/ pp900_pll_en */ 199 /* EC turns on w/ pp900_pmu_en */ 203 /* EC turns on w/ pp1800_s0_en_l */ 207 /* EC turns on w/ pp1800_avdd_en_l */ [all …]
|
H A D | rk3399-gru-chromebook.dtsi | 15 /* EC turns on w/ pp900_ap_en; always on for AP */ 24 /* EC turns on w/ pp900_usb_en */ 28 /* EC turns on w/ pp900_pcie_en */ 58 /* EC turns on w/ ppvar_centerlogic_en; always on for AP */ 85 /* EC turns on w/ ppvar_logic_en; always on for AP */ 162 /* EC turns on w/ pp3300_usb_en_l */
|
H A D | rk3399-gru-scarlet.dtsi | 20 /* EC turns on w/ pp1250_s3_en; always on for AP */ 49 /* EC turns on w/ pp900_s0_en; always on for AP */ 85 /* EC turns on w/ pp900_s3_en; always on for AP */ 94 /* EC turns on pp1800_s3_en */ 111 /* EC turns on pp3300_s0_en */ 115 /* EC turns on pp3300_s3_en */ 208 /* EC turns on; alias for pp1800_s0 */
|
/freebsd/contrib/expat/doc/ |
H A D | xmlwf.1 | 125 This implies no namespaces (turns off \*(T<\fB\-n\fR\*(T>) and 186 Turns on namespace processing. (describe namespaces) 210 \*(T<\fB\-r\fR\*(T> turns off memory-mapping and uses normal file 227 Turns on timings. This tells Expat to parse the entire file, 231 \*(T<\fB\-t\fR\*(T> turns off most of the output options 247 Turns on parsing external entities.
|
H A D | xmlwf.xml | 207 This implies no namespaces (turns off <option>-n</option>) and 313 Turns on namespace processing. (describe namespaces) 362 <option>-r</option> turns off memory-mapping and uses normal file 392 Turns on timings. This tells Expat to parse the entire file, 396 <option>-t</option> turns off most of the output options 431 Turns on parsing external entities.
|
/freebsd/share/man/man4/ |
H A D | acpi_sony.4 | 62 Turns the CD power on or off. 64 Turns the audio power on or off. 66 Turns the wired network interface power on or off.
|
H A D | tun.4 | 263 a non-zero value turns off 265 mode and turns on 274 a non-zero value turns off
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_config_feature.m4 | 22 # AX_CONFIG_FEATURE(feature_xxxxx, [turns on/off XXXXX support], 28 # AX_CONFIG_FEATURE(feature_yyyyy, [turns on/off YYYYY support], 50 # AX_CONFIG_FEATURE(feature_xxxxx, [turns on/off XXXXX support], 52 # AX_CONFIG_FEATURE(feature_yyyyy, [turns on/off YYYYY support],
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFOptions.td | 12 // Boolean flag which can be suffixed by ":no". Using it unsuffixed turns the 13 // flag on and using it suffixed by ":no" turns it off.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_blinding_on.pod | 27 RSA_blinding_on() turns blinding on for key B<rsa> and generates a 31 RSA_blinding_off() turns blinding off and frees the memory used for
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_opts.c | 42 | Description : Turns on the named options and turns off all the 82 | Description : Turns on the named options; no other options are 107 | Description : Turns off the named options; no other options are
|
H A D | fld_opts.c | 46 | Description : Turns on the named options for this field and turns 87 | Description : Turns on the named options for this field and all the 115 | Description : Turns off the named options for this field and all the
|
/freebsd/libexec/rc/ |
H A D | debug.sh | 26 # DebugOn turns tracing on if any "tag" is found in "DEBUG_SH". 27 # It turns tracing off if "!tag" is found in "DEBUG_SH". 39 # DebugOff turns tracing on if any "tag" matches "DEBUG_OFF" or 78 # If a function turns tracing on, ksh turns it off when the
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.8 | 110 turns tracing on into the specified file. 117 turns off tracing.
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_option.sh | 115 atf_set "descr" "Tests that 'set -a' turns on all var export " \ 135 atf_set "descr" "Tests that 'set -C' turns on no clobber mode " \ 203 atf_set "descr" "Tests that 'set -e' turns on error detection " \ 228 atf_set "descr" "Tests that 'set -f' turns off pathname expansion " \ 265 # pointless to test this, if it turns on, it stays on... 353 atf_set "descr" "Tests that 'set -u' turns on unset var detection " \ 404 atf_set "descr" "Tests that 'set -v' turns on input read echoing " \ 460 atf_set "descr" "Tests that 'set -x' turns on command exec logging " \
|
/freebsd/contrib/ncurses/man/ |
H A D | mitem_opts.3x | 52 The function \fBitem_opts_on\fP turns on the given option bits, and leaves 55 The function \fBitem_opts_off\fP turns off the given option bits, and leaves
|
H A D | form_opts.3x | 52 The function \fBform_opts_on\fP turns on the given option bits, and leaves 55 The function \fBform_opts_off\fP turns off the given option bits, and leaves
|
H A D | menu_opts.3x | 52 The function \fBmenu_opts_on\fP turns on the given option bits, and leaves 55 The function \fBmenu_opts_off\fP turns off the given option bits, and leaves
|
H A D | form_field_opts.3x | 52 The function \fBfield_opts_on\fP turns on the given option bits, and leaves 55 The function \fBfield_opts_off\fP turns off the given option bits, and leaves
|
/freebsd/contrib/llvm-project/lld/docs/MachO/ |
H A D | ld64-vs-lld.rst | 19 - ld64: This turns off ICF (deduplication pass) in the linker. 20 - LLD: This turns off ICF and string merging in the linker.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 1156 /// This turns an alignment into the form used internally in Attribute. 1160 /// This turns an int alignment (which must be a power of 2) into the 1168 /// This turns a stack alignment into the form used internally in Attribute. 1172 /// This turns an int stack alignment (which must be a power of 2) into 1180 /// This turns the number of dereferenceable bytes into the form used 1184 /// This turns the number of dereferenceable_or_null bytes into the 1188 /// This turns one (or two) ints into the form used internally in Attribute. 1192 /// This turns two ints into the form used internally in Attribute. 1199 /// This turns a byval type into the form used internally in Attribute. 1202 /// This turns a sret type into the form used internally in Attribute. [all …]
|
/freebsd/tests/sys/sys/ |
H A D | bitstring_test.c | 686 "bit_foreach_%d_%s_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 700 "bit_foreach_%d_%s_%d_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 714 "bit_foreach_%d_%s_%d_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 742 "bit_foreach_at_%d_%s_%d_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 758 "bit_foreach_at_%d_%s_%d_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 779 "bit_foreach_unset_%d_%s_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 801 "bit_foreach_unset_%d_%s_%d_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 815 "bit_foreach_unset_%d_%s_%d_%s: Invalid number of turns %d", in BITSTRING_TC_DEFINE() 845 "Invalid number of turns %d", in BITSTRING_TC_DEFINE() 862 "Invalid number of turns %d", in BITSTRING_TC_DEFINE()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | Options.td | 12 // Boolean flag which can be suffixed by ":no". Using it unsuffixed turns the 13 // flag on and using it suffixed by ":no" turns it off.
|