Home
last modified time | relevance | path

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

1234567891011

/openbsd/usr.bin/tmux/
H A Dkey-string.c179 key_code modifiers; in key_string_get_modifiers() local
181 modifiers = 0; in key_string_get_modifiers()
186 modifiers |= KEYC_CTRL; in key_string_get_modifiers()
190 modifiers |= KEYC_META; in key_string_get_modifiers()
194 modifiers |= KEYC_SHIFT; in key_string_get_modifiers()
202 return (modifiers); in key_string_get_modifiers()
248 modifiers = 0; in key_string_lookup_string()
250 modifiers |= KEYC_CTRL; in key_string_lookup_string()
273 return (uc|modifiers); in key_string_lookup_string()
301 modifiers &= ~KEYC_CTRL; in key_string_lookup_string()
[all …]
H A Dformat.c3638 if (modifiers & FORMAT_PRETTY) in format_find()
4426 modifiers |= FORMAT_WIDTH; in format_replace()
4434 modifiers |= FORMAT_LITERAL; in format_replace()
4443 modifiers |= FORMAT_COLOUR; in format_replace()
4446 modifiers |= FORMAT_DIRNAME; in format_replace()
4449 modifiers |= FORMAT_LENGTH; in format_replace()
4456 modifiers |= FORMAT_PRETTY; in format_replace()
4469 modifiers |= FORMAT_EXPAND; in format_replace()
4485 modifiers |= FORMAT_WINDOWS; in format_replace()
4488 modifiers |= FORMAT_PANES; in format_replace()
[all …]
H A Dtty-keys.c910 u_int number, modifiers; in tty_keys_extended_key() local
949 if (sscanf(tmp, "27;%u;%u", &modifiers, &number) != 2) in tty_keys_extended_key()
952 if (sscanf(tmp ,"%u;%u", &number, &modifiers) != 2) in tty_keys_extended_key()
965 if (modifiers > 0) { in tty_keys_extended_key()
966 modifiers--; in tty_keys_extended_key()
967 if (modifiers & 1) in tty_keys_extended_key()
969 if (modifiers & 2) in tty_keys_extended_key()
971 if (modifiers & 4) in tty_keys_extended_key()
973 if (modifiers & 8) in tty_keys_extended_key()
/openbsd/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/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/gnu/llvm/llvm/docs/AMDGPU/
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 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 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 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 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 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 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 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 Dgfx7_m.rst13 This operand may be used with floating-point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
H A Dgfx10_m_c141fc.rst13 This operand may be used with floating-point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
/openbsd/gnu/lib/libiberty/src/
H A Dcp-demangle.c2663 dpi.modifiers = NULL; in cplus_demangle_print()
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()
3004 dpm.next = dpi->modifiers; in d_print_comp()
3005 dpi->modifiers = &dpm; in d_print_comp()
3017 dpi->modifiers = dpm.next; in d_print_comp()
3048 dpi->modifiers = &dpm; in d_print_comp()
3090 dpi->modifiers = &adpm[0]; in d_print_comp()
3143 dpi->modifiers = &dpm; in d_print_comp()
[all …]
/openbsd/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/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
562 | modifiers constructor_declarator throws constructor_body
567 | modifiers constructor_declarator throws constructor_body SC_TK
610 | modifiers INTERFACE_TK identifier
616 | modifiers INTERFACE_TK identifier extends_interfaces
[all …]
/openbsd/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/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/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