Searched refs:substrings (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm36 If the argument passed to it contains one of the substrings
40 these substrings, Unix syntax is used. This pattern matching is
46 If the argument passed to it contains one of the substrings "VMS",
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c6797 int nr_substrings; /* number of substrings in the pattern */
6826 syserr("field (%d) out of range, only %d substrings in pattern",
6946 int substrings; local
6949 substrings = map_p->regex_pattern_buf->re_nsub + 1;
6952 sm_dprintf("regex_map_init: nr of substrings %d\n",
6953 substrings);
6955 if (substrings >= MAX_MATCH)
6957 syserr("too many substrings, %d max", MAX_MATCH);
6966 MAX_MATCH + 1, substrings) == -1)
6974 for (i = 0; i < substrings;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1088 # Extract the initial substrings of $text that would be extracted by
1959 In an array context C<extract_multiple> returns an array of substrings
2013 A value indicating whether unmatched substrings (see below) within the
2015 such substrings are skipped. Otherwise, they are returned.
2058 For example, the following extracts substrings that are valid Perl variables:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs339 printf STDERR "%d bytes (%.3g%%) saved using substrings\n",
1130 1 bytes (99.2%) saved using substrings
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL446 The replacement is performed for all matching, non-overlapping substrings

Completed in 33 milliseconds