Searched refs:quotewords (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.t25 # Test quotewords() with other parameters and null last field
26 @words = quotewords(':+', 1, 'foo:::"bar:foo":zoo zoo:');
32 @words = quotewords('\s+', 'delimiters', '4 3 2 1 0');
71 @words = quotewords('s+', 0, $string);
108 @words = quotewords(' ', 1, '4 3 2 1 0');
H A DParseWords.pm10 @EXPORT = qw(shellwords quotewords nested_quotewords parse_line);
17 return(quotewords('\s+', 0, @lines));
22 sub quotewords { subroutine
157 @words = &quotewords($delim, $keep, @lines);
164 The &nested_quotewords() and &quotewords() functions accept a delimiter
167 words ignoring delimiters that appear inside quotes. &quotewords()
170 &parse_line() does tokenizing on a single string. The &*quotewords()
178 &*quotewords() functions remove all quotes and backslashes that are
180 &quotewords() tries to interpret these characters just like the Bourne
188 &shellwords() is written as a special case of &quotewords(), an
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm255 my @libpath = Text::ParseWords::quotewords('\s+', 0, $libpth);
270 foreach (Text::ParseWords::quotewords('\s+', 0, $potential_libs)){

Completed in 37 milliseconds