| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | format-strings.rst | 11 field description contains a set of modifiers, a content string, and 12 zero, one, or two format descriptors. The modifiers tell libxo what 16 a set of braces, with a colon (":") after the modifiers and a slash 25 The role describes the function of the field, while the modifiers 42 While roles and modifiers typically use single character for brevity,
|
| H A D | index.rst | 38 field-modifiers
|
| H A D | field-modifiers.rst | 3 .. _field-modifiers: 8 Field modifiers are flags which modify the way content emitted for 32 Roles and modifiers can also use more verbose names, when preceded by 170 There are a number of modifiers that affect details of humanization.
|
| H A D | xopo.rst | 9 the fields modifiers, the string passed to :manpage:`gettext(3)` is
|
| H A D | field-formatting.rst | 84 The 'h' and 'l' modifiers affect the size and treatment of the 108 For strings, the 'h' and 'l' modifiers affect the interpretation of 262 - the "l" and "h" modifiers for strings, where "{:tag/%hs}" means
|
| H A D | faq.rst | 105 The roles and modifiers describe these details. 114 roles, modifiers, names, and formats. They are dense and a bit
|
| H A D | intro.rst | 20 rendered in different output styles (see :ref:`field-modifiers` for
|
| H A D | xolint-errors.rst | 35 The hn-* modifiers (hn-decimal, hn-space, hn-1000) 218 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
|
| /freebsd-14.2/tools/build/make_check/ |
| H A D | Makefile | 43 @${SMAKE} modifiers || ${SMAKE} failure 103 .if make(modifiers) 108 modifiers: target 114 modifiers: dollarV target
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sve_sme_incl.td | 25 // A typespec is a sequence of uppercase characters (modifiers) followed by one 40 // way. The available modifiers are given below. 54 // Typespec modifiers 60 // Prototype modifiers 131 // Prototype modifiers added for SVE2p1
|
| H A D | arm_neon_incl.td | 11 // modifiers, etc. 77 // cast, preceded by a sequence of type modifiers. The target type 79 // The available modifiers are: 193 // A typespec is a sequence of uppercase characters (modifiers) followed by one 205 // set of "modifiers" that can change in some way the "base type" of the 220 // Typespec modifiers 228 // Prototype modifiers
|
| H A D | OpenMPKinds.def | 165 // Map-type-modifiers for 'map' clause.
|
| /freebsd-14.2/sbin/pfctl/tests/files/ |
| H A D | pf0049.in | 1 #test :broadcast and :network modifiers
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | memory | 43 // modifiers 94 // modifiers
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | system_error | 64 // modifiers: 92 // modifiers:
|
| H A D | __node_handle | 49 // [container.node.modifiers], modifiers
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hkbd.c | 641 uint8_t modifiers; in hkbd_intr_callback() local 674 modifiers = 0; in hkbd_intr_callback() 680 modifiers |= MOD_EJECT; in hkbd_intr_callback() 685 modifiers |= MOD_FN; in hkbd_intr_callback() 709 if (modifiers & MOD_FN) in hkbd_intr_callback() 722 if (modifiers & MOD_FN) in hkbd_intr_callback() 733 DPRINTF("modifiers = 0x%04x\n", modifiers); in hkbd_intr_callback()
|
| /freebsd-14.2/sys/dev/usb/input/ |
| H A D | ukbd.c | 650 uint8_t modifiers; in ukbd_intr_callback() local 692 modifiers = 0; in ukbd_intr_callback() 698 modifiers |= MOD_EJECT; in ukbd_intr_callback() 703 modifiers |= MOD_FN; in ukbd_intr_callback() 732 if (modifiers & MOD_FN) in ukbd_intr_callback() 744 if (modifiers & MOD_FN) in ukbd_intr_callback() 755 DPRINTF("modifiers = 0x%04x\n", modifiers); in ukbd_intr_callback()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | NewThings | 28 * $< can be interrupted and takes modifiers. Does not quote args by default 32 * Variable modifiers do not stop processing after the first one fails 103 * multiple : modifiers in variables and ! escapes. Things like:
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1336 // modifiers) 1693 // VOP1 with modifiers 1701 // VOP1 without modifiers 1708 // VOP 2 with modifiers 1717 // VOP2 without modifiers 1726 // VOP3 with modifiers 1740 // VOP3 with modifiers except src2 1753 // VOP3 without modifiers 1806 // VOP1_DPP with modifiers 1814 // VOP2_DPP with modifiers [all …]
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | bmake.cat1 | 399 can cause problems when variable modifiers are used. 407 dollar sign. In other contexts (most variable modifiers, string literals 412 character and the expression contains no modifiers, the surrounding curly 531 and `:T' modifiers. These forms are accepted for compatibility with AT&T 657 modifiers that are applied to each line of the old and new com- 672 Provides a list of variable modifiers to apply to each pathname. 885 [1mVariable modifiers[0m 904 Some modifiers interpret the expression value as a single string, others 910 The supported modifiers are: 1333 ing the modifiers, results in an empty string. [all …]
|
| H A D | ChangeLog | 577 o var.c: merge branches for modifiers ':D' and ':U' 824 clean up pattern flags for the modifiers ':S' and ':C' 893 condense the code for parsing :S and :C modifiers 1060 error out on unknown variable modifiers at parse time 1470 in lint mode, reject modifiers without delimiter 1686 o var.c: reduce duplicate code for modifiers 1773 cleanup and simplify implementation of modifiers 1774 o make.1: move documentation for assignment modifiers 1809 o lots more unit tests for variable modifiers 3099 consider it as containing modifiers. [all …]
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varmod-to-separator.mk | 20 . warning Chaining modifiers does not work.
|
| /freebsd-14.2/sys/dev/usb/gadget/ |
| H A D | g_keyboard.c | 95 uint8_t modifiers; member
|
| /freebsd-14.2/contrib/netbsd-tests/share/mk/ |
| H A D | common.subr | 97 # The rest of the arguments include a collection of modifiers for the
|