Searched refs:modifiers (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/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-current/usr.bin/tmux/
H A Dkey-string.c175 /* Find modifiers. */
179 key_code modifiers; local
181 modifiers = 0;
186 modifiers |= KEYC_CTRL;
190 modifiers |= KEYC_META;
194 modifiers |= KEYC_SHIFT;
202 return (modifiers);
210 key_code key, modifiers; local
247 /* Check for modifiers. */
248 modifiers
[all...]
H A Dtty-keys.c270 * Default terminfo(5) keys. Any keys that have builtin modifiers (that is,
271 * where the key itself contains the modifiers) has the KEYC_XTERM flag set so
910 u_int number, modifiers; local
949 if (sscanf(tmp, "27;%u;%u", &modifiers, &number) != 2)
952 if (sscanf(tmp ,"%u;%u", &number, &modifiers) != 2)
964 /* Update the modifiers. */
965 if (modifiers > 0) {
966 modifiers--;
967 if (modifiers & 1)
969 if (modifiers
[all...]
H A Dinput-keys.c312 /* Tab and modifiers. */
435 key_code justkey, newkey, outkey, modifiers; local
544 modifiers = (key & KEYC_MASK_MODIFIERS);
547 modifiers |= KEYC_CTRL;
549 switch (modifiers) {
/openbsd-current/usr.bin/rsync/
H A Drules.c28 unsigned int modifiers; member in struct:rule
42 /* up to protocol 29 filter rules only support - + ! and no modifiers */
82 } modifiers[] = {
132 /* XXX modifiers not yet implemented */
308 for (i = 0; modifiers[i].modifier != 0; i++) {
309 if (rule->modifiers & modifiers[i].modifier)
310 *b++ = modifiers[i].sopt;
312 err(ERR_SYNTAX, "rule modifiers overflow");
400 /* TODO apply negation once modifiers ar
[all...]
/openbsd-current/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-current/gnu/lib/libiberty/src/
H A Dcp-demangle.c216 /* A list of type modifiers. This is used while printing. */
245 /* The current list of modifiers (e.g., pointer, reference, etc.),
247 struct d_print_mod *modifiers; member in struct:d_print_info
2663 dpi.modifiers = NULL;
2723 hold_modifiers = dpi->modifiers;
2734 adpm[i].next = dpi->modifiers;
2735 dpi->modifiers = &adpm[i];
2779 dpi->modifiers = &adpm[i];
2795 /* If the modifiers didn't get printed by the type, print them
2807 dpi->modifiers
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y134 int value; /* For modifiers */
345 modifiers: modifier | modifiers modifier
347 modifiers: label
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 typ
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/t/
H A DDumpvalue.t137 my $modifiers = (qr// =~ /\Q(?^/) ? '^' : '-xism';
138 is( $out->read, "-> qr/(?${modifiers}:foo(.+))/\n", 'unwrap worked on Regexp' );
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DOk.pm134 This is the true/false value of the test after TODO and similar modifiers are
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_plane.c110 * - If the driver doesn't support modifiers, create a framebuffer with
135 * support buffers with modifiers. Userspace cannot change this property.
216 plane->modifiers[i])) {
221 mod->modifier = plane->modifiers[i];
300 plane->modifiers = kmalloc_array(format_modifier_count,
304 if (format_modifier_count && !plane->modifiers) {
319 kfree(plane->modifiers);
326 memcpy(plane->modifiers, format_modifiers,
366 * @format_modifiers: array of struct drm_format modifiers terminated by
543 kfree(plane->modifiers);
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Di9xx_plane.c781 const u64 *modifiers; local
889 modifiers = intel_fb_plane_get_modifiers(dev_priv, INTEL_PLANE_CAP_TILING_X);
895 modifiers,
902 modifiers,
907 kfree(modifiers);
H A Dintel_cursor.c765 u64 *modifiers; local
796 modifiers = intel_fb_plane_get_modifiers(dev_priv, INTEL_PLANE_CAP_NONE);
802 modifiers,
806 kfree(modifiers);
H A Dintel_sprite.c1551 const u64 *modifiers; local
1632 modifiers = intel_fb_plane_get_modifiers(dev_priv, INTEL_PLANE_CAP_TILING_X);
1636 formats, num_formats, modifiers,
1639 kfree(modifiers);
H A Dskl_universal_plane.c2247 const u64 *modifiers; local
2321 modifiers = intel_fb_plane_get_modifiers(dev_priv,
2326 formats, num_formats, modifiers,
2331 kfree(modifiers);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dresrc.c1789 int modifiers;
1798 modifiers = 1;
1802 modifiers = 0;
1808 modifiers ? "// " : "",
1813 modifiers ? "// " : "",
1817 modifiers ? "// " : "",
1786 int modifiers; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dresrc.c1823 int modifiers;
1832 modifiers = 1;
1836 modifiers = 0;
1842 modifiers ? "// " : "",
1847 modifiers ? "// " : "",
1851 modifiers ? "// " : "",
1820 int modifiers; local
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_plane.h527 * which modifier), and to validate modifiers at atomic_check time.
588 * support modifiers, the framebuffer should have a linear layout.
648 /** @modifiers: array of modifiers supported by this plane */
649 uint64_t *modifiers; member in struct:drm_plane
797 * @format_modifiers: array of struct drm_format modifiers terminated by
842 * @format_modifiers: array of struct drm_format modifiers terminated by
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c650 /* We have not hooked up any pre-GFX9 modifiers. */
1374 * We always have to allow these modifiers:
1375 * 1. Core DRM checks for LINEAR support if userspace does not provide modifiers.
1376 * 2. Not passing any modifiers is the same as explicitly passing INVALID.
1383 /* Check that the modifier is on the list of the plane's supported modifiers. */
1385 if (modifier == plane->modifiers[i])
1449 uint64_t *modifiers = NULL; local
1454 res = get_plane_modifiers(dm->adev, plane->type, &modifiers);
1458 if (modifiers == NULL)
1463 modifiers, plan
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dmda_variables.c36 static struct modifiers { struct
96 /* token:mod_1,mod_2,mod_n -> extract modifiers */
169 /* apply modifiers */
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c3042 in between are type modifiers.
3044 We simply compute the number of modifiers and call the general
3088 Everything in between are type modifiers.
3090 We simply compute the number of modifiers and call the general
3125 static struct type *decode_modified_type (char *modifiers,
3132 block of bytes that define MODCOUNT modifiers. Immediately
3141 all the modifiers and generate either the fundamental type or
3158 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) argument
3172 fundtype = target_to_host (modifiers, nbytes, GET_UNSIGNED,
3178 die_ref = target_to_host (modifiers, nbyte
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
H A DRequirements.pm273 my $modifiers = $req->__entry_for($module)->as_modifiers;
274 for my $modifier (@$modifiers) {
/openbsd-current/sys/ddb/
H A Ddb_ctf.c750 char *modifiers)
749 db_ctf_show_struct(db_expr_t addr, int have_addr, db_expr_t count, char *modifiers) argument
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm76 I<$flags> is a bitwise OR of I<access mode> and optional I<modifiers>.
101 A number of modifiers can be OR'd to the access mode. Most of them are

Completed in 519 milliseconds

12