Searched refs:substrings (Results 1 – 17 of 17) sorted by relevance
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_ldap.c | 440 static asndefT substrings = {"Substring", SEQUENCE, -1, 2, { variable 465 {0, &substrings, 4},
|
| /onnv-gate/usr/src/lib/libshell/common/ |
| H A D | PROMO.mm | 98 or trailing substrings during parameter substitution.
|
| H A D | RELEASE88 | 28 to specify substrings and sub-arrays:
|
| H A D | sh.memo | 1571 strip off leading and trailing substrings 1833 to specify substrings,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlre.pod | 351 several patterns that you want to match against consequent substrings 368 There is no limit to the number of captured substrings that you may 712 substrings. This is what C<(.+)+> is doing, and C<(.+)+> is similar 1119 may match zero-length substrings. Here's a simple example being: 1184 substrings which may be matched by the given regular expression can be 1199 substrings which can be matched by C<S>, C<B> and C<B'> are substrings
|
| H A D | perlrequick.pod | 462 C<split /regex/, string> splits C<string> into a list of substrings 481 the matched substrings from the groupings as well:
|
| H A D | perlretut.pod | 1547 C<string> into a list of substrings and returns that list. The regexp 1560 groupings, then list produced contains the matched substrings from the 1919 capture, substrings that matched the regexp in the 1921 regexp to be treated as a single unit, but don't extract substrings or 1995 second regexp, the substrings captured are those of the whole regexp 2369 The C<taint> pragma causes any substrings from a match with a tainted
|
| H A D | perl5005delta.pod | 217 Better optimizations by lookup for constant substrings; 218 Better search for constants substrings anchored by $ ;
|
| H A D | perldebguts.pod | 459 these substrings (to abandon impossible matches quickly), Perl will check 489 Don't scan for the found substrings.
|
| H A D | perltodo.pod | 744 Modules which implement arrays in terms of strings, substrings or files
|
| H A D | perlembed.pod | 473 ** and fills in **matches with the matching substrings
|
| H A D | perltrap.pod | 78 $<I<digit>> does not refer to fields--it refers to substrings matched
|
| H A D | perlfaq4.pod | 742 if you are trying to count multiple character substrings within a
|
| H A D | perlop.pod | 960 substrings matched by any capturing parentheses in the regular
|
| /onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| H A D | regexp.3 | 67 The others are those substrings that matched parenthesized expressions
|
| /onnv-gate/usr/src/cmd/sendmail/src/ |
| H A D | map.c | 6951 int substrings; local 6954 substrings = map_p->regex_pattern_buf->re_nsub + 1; 6958 substrings); 6960 if (substrings >= MAX_MATCH) 6971 MAX_MATCH + 1, substrings) == -1) 6979 for (i = 0; i < substrings; i++)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
| H A D | enc2xs | 1130 1 bytes (99.2%) saved using substrings
|