Searched refs:marked (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dregmesg.t29 '/[[=foo=]]/' => 'POSIX syntax [= =] is reserved for future extensions in regex; marked by {#} in m/[[=foo=]{#}]/',
31 '/(?<= .*)/' => 'Variable length lookbehind not implemented in regex; marked by {#} in m/(?<= .*){#}/',
33 '/(?<= x{1000})/' => 'Lookbehind longer than 255 not implemented in regex; marked by {#} in m/(?<= x{1000}){#}/',
35 '/(?@)/' => 'Sequence (?@...) not implemented in regex; marked by {#} in m/(?@{#})/',
37 '/(?{ 1/' => 'Sequence (?{...}) not terminated or not {}-balanced in regex; marked by {#} in m/(?{{#} 1/',
39 '/(?(1x))/' => 'Switch condition not recognized in regex; marked by {#} in m/(?(1x{#}))/',
41 '/(?(1)x|y|z)/' => 'Switch (?(condition)... contains too many branches in regex; marked by {#} in m/(?(1)x|y|{#}z)/',
43 '/(?(x)y|x)/' => 'Unknown switch condition (?(x) in regex; marked by {#} in m/(?({#}x)y|x)/',
45 '/(?/' => 'Sequence (? incomplete in regex; marked by {#} in m/(?{#}/',
47 '/(?;x/' => 'Sequence (?;...) not recognized in regex; marked b
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbytes.pm53 data (i.e. data that has come from a source that has been marked as
59 in UTF-8 and stores it in $x. Then it is marked as character data, so,
H A DCarp.pm45 call is marked safe, it then gives up and gives a full stack
59 packages explicitly marked as safe by inclusion in @CARP_NOT, or
H A Dattributes.pm174 subroutine (i.e., one marked with the B<method> attribute below),
186 as described there. It also means that a subroutine so marked
H A Dperl5db.pl6735 Essentially, you define the command name (usually marked up with BE<gt>E<lt>
6736 and IE<gt>E<lt>), followed by a tab, and then the descriptive text, ending in a newline. The descriptive text can also be marked up in the same way. If you
6738 just tabs and then enter the marked-up text.
H A DCGI.pm5745 lists can be marked as COMPACT. The syntax for this is an argument that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm44 subroutine (i.e. one marked with the B<method> attribute above),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm512 that are marked to be deleted will be removed from the remote mailbox
522 Quit and close the connection to the remote POP3 server. Any messages marked
531 means that any messages marked to be deleted will not be.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL338 and they will therefore not be marked up in any special way
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm144 Anything marked as BE is Big Endian (or network byte order) and LE is
145 Little Endian (aka VAX byte order). For anything not marked either
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s291 ! For each 64 byte cache line, first 32 bytes marked MRU
292 ! second 32 bytes marked LRU to allow L3 cache to replace it
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h497 unsigned char marked; /* already marked */ member in struct:Rex_s
H A Dregcomp.c155 e->marked = 0;
234 if (e && !e->marked)
237 e->marked = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm433 # for being marked up later
469 that are marked up):
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm91 Those methods which override default MM_Unix methods are marked
92 "(override)", while methods unique to MM_VMS are marked "(specific)".
1813 # Throw away anything not explicitly marked for inclusion.
1831 # Throw away anything explicitly marked for exclusion
H A DMM_Unix.pm84 Makefile.PL. Overridable methods are marked as (o). All methods are
2786 # Throw away anything not explicitly marked for inclusion.
2804 # Throw away anything explicitly marked for exclusion
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm876 Output will be indented and marked with a # so as not to interfere
H A DMore.pm870 tests will be marked as failing but todo. Test::Harness will
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm1533 works only for values that a marked with a C<RW> above, anything else is
H A DBigInt.pm3245 Not yet implemented things (but with correct description) are marked with '!',
3246 things that need to be answered are marked with '?'.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm457 # Try to make sure this will be marked close-on-exec
1095 the file is marked for deletion when the program ends (equivalent
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm497 # To remove a character marked as a completely ignorable.
1446 which are marked with an ASTERISK in the table
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1741 For each of the fields marked "(if any)" the default value on success is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm4283 is used in B<v>oid context). The end of the string is marked by a period.

Completed in 166 milliseconds