Searched refs:delimiters (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm89 push(@pieces, $delim) if ($keep eq 'delimiters');
167 words ignoring delimiters that appear inside quotes. &quotewords()
183 As an additional feature, $keep may be the keyword "delimiters" which
184 causes the functions to preserve the delimiters in each string as
H A DBalanced.pm96 sub gen_delimited_pat($;$) # ($delimiters;$escapes)
1146 The extracted string, including the specified delimiters.
1220 delimiters, a prefix pattern to be skipped, and any escape characters)
1239 delimiters>), the remainder of the text, and the skipped prefix (if
1302 A "delimiter bracket" is a bracket in list of delimiters passed as
1355 case, since they have not been specified as acceptable delimiters and are
1380 In addition to the quote delimiters C<'>, C<">, and C<`>, full Perl quote-like
1648 L<perlop(3)>) Nested backslashed delimiters, embedded balanced bracket
1649 delimiters (for the quotelike operators), and trailing modifiers are
1803 including fore and aft delimiters),
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3798 * Currently, both '.' and ' '(space) can be used as the delimiters between
3812 char delimiters[4]; local
3825 (void) snprintf(delimiters, 4, " %c\n", AP_DELIMITER);
3827 module = strtok(val, delimiters);
3832 module = strtok(NULL, delimiters);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm604 delimiters of this placeholder are the contents of the C<$;> variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm864 of regexes specified with raw C<?...?> delimiters may cause mysterious
H A Doverload.pm757 contain string delimiters, and has backslashes in backslash-delimiter
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm360 perls) as a string that looks like a regex (alternative delimiters are
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.c190 static const char delimiters[] = " \t\n\r\v\f*`"; local
198 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL)
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3128 % braces and backslashes are used only as delimiters.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3888 % braces and backslashes are used only as delimiters.

Completed in 245 milliseconds