Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 25 of 266) sorted by relevance

1234567891011

/openbsd-src/usr.bin/tmux/
H A Dkey-string.c211 /* Find modifiers. */ in key_string_lookup_string()
215 key_code modifiers; in key_string_lookup_string()
217 modifiers = 0; in key_string_lookup_string()
222 modifiers |= KEYC_CTRL; in key_string_lookup_string()
226 modifiers |= KEYC_META; in key_string_lookup_string()
230 modifiers |= KEYC_SHIFT; in key_string_lookup_string()
238 return (modifiers); in key_string_lookup_string()
245 key_code key, modifiers = 0; in key_string_lookup_string()
286 modifiers |= KEYC_CTRL; in key_string_lookup_string()
290 /* Check for modifiers in key_string_lookup_string()
179 key_code modifiers; key_string_get_modifiers() local
210 key_code key, modifiers; key_string_lookup_string() local
[all...]
H A Dformat.c87 /* Format modifiers. */
3616 format_find(struct format_tree *ft, const char *key, int modifiers, in format_find()
3671 if (~modifiers & FORMAT_TIMESTRING) { in format_find()
3686 if (modifiers & FORMAT_TIMESTRING) { in format_unescape()
3695 if (modifiers & FORMAT_PRETTY) in format_unescape()
3714 if (modifiers & FORMAT_BASENAME) { in format_strip()
3719 if (modifiers & FORMAT_DIRNAME) { in format_strip()
3724 if (modifiers & FORMAT_QUOTE_SHELL) { in format_strip()
3729 if (modifiers & FORMAT_QUOTE_STYLE) {
3910 /* Check single character modifiers wit in format_build_modifiers()
3559 format_find(struct format_tree * ft,const char * key,int modifiers,const char * time_format) format_find() argument
4370 int modifiers = 0, limit = 0, width = 0; format_replace() local
[all...]
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Danyof.t819 my $modifiers = $fold . $charset;
820 $modifiers = "(?$modifiers)" if $modifiers;
823 push @single_tests, "$upgrade$modifiers\[\\x{$hex}\]";
825 push @single_tests, get_compiled("$upgrade$modifiers\\x{$hex}");
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUInstructionNotation.rst16 except that instead of real operands and modifiers, it uses references to their descriptions.
28 <``\ :ref:`modifiers description<amdgpu_syn_instruction_modifiers_notation>`\ ``>``
99 :m An operand which may be used with operand modifiers
115 src1:m // src1 operand may be used with operand modifiers
124 An instruction may have zero or more optional *modifiers*. They are space-separated in the descript…
129 The order of *modifiers* is fixed.
H A DAMDGPUInstructionSyntax.rst25 :doc:`modifiers<AMDGPUModifierSyntax>` are space-separated.
27 The order of *operands* and *modifiers* is fixed.
28 Most *modifiers* are optional and may be omitted.
172 based on instruction operands and modifiers,
205 The syntax of modifiers is described :doc:`in this document<AMDGPUModifierSyntax>`.
207 Information about modifiers supported for individual instructions
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx8_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx90a_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx908_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx11_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx1030_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx940_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx9_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx10_vaddr_b73dc0.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx7_vaddr_da1f09.rst15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`addr64<amdgpu_synid_addr64>`, :ref:…
21 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
22 * All other combinations of these modifiers are illegal.
H A Dgfx1030_m_c141fc.rst13 This operand may be used with floating-point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
H A Dgfx906_m.rst13 This operand may be used with floating point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
H A Dgfx90a_m_c141fc.rst13 This operand may be used with floating-point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
H A Dgfx8_m_c141fc.rst13 This operand may be used with floating-point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
/openbsd-src/gnu/lib/libiberty/src/
H A Dcp-demangle.c247 struct d_print_mod *modifiers; member
2663 dpi.modifiers = NULL; in cplus_demangle_print()
2723 hold_modifiers = dpi->modifiers; in d_print_comp()
2734 adpm[i].next = dpi->modifiers; in d_print_comp()
2735 dpi->modifiers = &adpm[i]; in d_print_comp()
2779 dpi->modifiers = &adpm[i]; in d_print_comp()
2807 dpi->modifiers = hold_modifiers; in d_print_comp()
2820 hold_dpm = dpi->modifiers; in d_print_comp()
2821 dpi->modifiers = NULL; in d_print_comp()
2834 dpi->modifiers = hold_dpm; in d_print_comp()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m32c.texi54 @cindex M32C modifiers
57 The assembler supports several modifiers when using symbol addresses
65 @cindex symbol modifiers
70 These modifiers override the assembler's assumptions about how big a
74 @samp{-m32c}). These modifiers tell it to assume the address will fit
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y347 modifiers:
356 | modifiers MODIFIER_TK
368 modifiers CLASS_TK identifier super interfaces
425 | modifiers type variable_declarators SC_TK
464 | modifiers type method_declarator throws
466 | modifiers VOID_TK method_declarator throws
513 | modifiers type variable_declarator_id /* Added, JDK1.1 final locals */
562 | modifiers constructor_declarator throws constructor_body
567 | modifiers constructor_declarator throws constructor_body SC_TK
610 | modifiers INTERFACE_TK identifier
[all …]
/openbsd-src/usr.bin/rsync/
H A Drules.c28 unsigned int modifiers; member
82 } modifiers[] = { variable
308 for (i = 0; modifiers[i].modifier != 0; i++) {
309 if (rule->modifiers & modifiers[i].modifier)
310 *b++ = modifiers[i].sopt;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dfail-like.t49 my $modifiers = (qr/foobar/ =~ /\Q(?^/) ? '\\^' : '-xism';
55 # doesn't match '\\(\\?$modifiers:that\\)'
H A Dis_deeply_fail.t379 my $modifiers = (qr/foobar/ =~ /\Q(?^/) ? '^' : '-xism';
387 # \$got = (?$modifiers:a)
388 # \$expected = (?$modifiers:b)
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-ar.rst64 implementations. However, there are a few modifiers (:option:`L`) that are not
80 Delete files from the ``archive``. The :option:`N` and :option:`T` modifiers
89 :option:`b`, and :option:`i` modifiers apply to this operation. The *files*
90 will all be moved to the location given by the modifiers. If no modifiers are
107 :option:`L` and :option:`T` modifiers are used:
128 modifiers apply to this operation. If no *files* are specified, the archive
134 Print the table of contents. Without any modifiers, this operation just prints
157 The modifiers below are specific to certain operations. See the Operations
158 section to determine which modifiers are applicable to which operations.
215 The modifiers below may be applied to any operation.

1234567891011