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

12

/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm1237 Prefix patterns are matched without any trailing modifiers (C</gimsox> etc.)
1683 delimiters (for the quotelike operators), and trailing modifiers are
1725 the extracted quotelike substring (including trailing modifiers),
1771 the trailing modifiers on the operation (if any).
1864 delimiter, or trailing modifiers).
2065 '\G' and the gc modifiers enabled. The extracted value is either
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse.y426 /* Check modifiers. If one doesn't fit, retrieve it in its declaration
517 %type <value> modifiers MODIFIER_TK final synchronized
814 modifiers: modifier | modifiers modifier
816 modifiers: label
821 | modifiers MODIFIER_TK
837 modifiers CLASS_TK identifier super interfaces
845 | modifiers CLASS_TK error
854 | modifiers CLASS_TK identifier error
946 | modifiers typ
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsprintf.t344 >%hhd< >1< >1< >length modifiers would be<
/openbsd-current/gnu/lib/libreadline/
H A Dhistexpand.c601 /* Perhaps there are other modifiers involved. Do what they say. */
1116 don't want to allow modifiers with `!#', just stick the current
/openbsd-current/sys/arch/i386/i386/
H A Dmachdep.c478 const char *modifiers[] = { variable
1704 modifier = modifiers[modif];
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c400 * Separate AuxCCS and Flat CCS modifiers to be run only on platforms
411 * intel_fb_plane_get_modifiers: Get the modifiers for the given platform and plane capabilities
413 * @plane_caps: capabilities for the plane the modifiers are queried for
416 * Returns the list of modifiers allowed by the @i915 platform and @plane_caps.
458 if (plane->base.modifiers[i] == modifier)
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm730 containing the pattern and the second containing the modifiers used when
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables20404 my @modifiers = qw(a aa d u i);
20406 push @modifiers, "l$utf8_locale" if defined $utf8_locale;
20409 push @modifiers, "lC";
20412 # Test for each of the regex modifiers.
20413 for my $modifier (@modifiers) {
H A DTestProp.pl269 my @modifiers = qw(a aa d u i);
271 push @modifiers, "l$utf8_locale" if defined $utf8_locale;
274 push @modifiers, "lC";
277 # Test for each of the regex modifiers.
278 for my $modifier (@modifiers) {
[all...]

Completed in 290 milliseconds

12