Home
last modified time | relevance | path

Searched full:parsewords (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/
DParseWords.t5 use Text::ParseWords;
83 $Text::ParseWords::PERL_SINGLE_QUOTE = 1;
92 # [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
121 @words = Text::ParseWords::old_shellwords("foo\\");
Dtaint.t22 use Text::ParseWords qw(shellwords old_shellwords);
/openbsd/src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/
DParseWords.pm1 package Text::ParseWords;
127 # use ParseWords;
181 Text::ParseWords - parse text into an array of tokens or array of arrays
185 use Text::ParseWords;
241 use Text::ParseWords;
/openbsd/src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/
DDosGlob.pm126 require Text::ParseWords;
127 @pat = Text::ParseWords::parse_line('\s+',0,$pat);
248 C<Text::ParseWords::parse_line()>, so see L<Text::ParseWords> for details
301 Text::ParseWords
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
DMakefile.PL27 "Text::ParseWords" => 0
49 "Text::ParseWords" => 0
DChanges590 function from Text::ParseWords (a core module since 5.0), which
/openbsd/src/gnu/usr.bin/perl/
Dwrite_buildcustomize.pl29 # Text::ParseWords is required in ExtUtils::Liblist::Kid
46 cpan/Text-ParseWords/lib
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
DKid.pm52 require Text::ParseWords;
55 my ( @libpath ) = Text::ParseWords::shellwords( $Config{'libpth'} || '' );
73 foreach my $thislib ( Text::ParseWords::shellwords($potential_libs) ) {
289 require Text::ParseWords;
391 my @list = Text::ParseWords::quotewords( '\s+', 0, $potential_libs );
402 my @libpath = Text::ParseWords::quotewords( '\s+', 0, $libpth );
/openbsd/src/gnu/usr.bin/perl/t/op/
Doverride.t6 set_up_inc(qw '../lib ../cpan/Text-ParseWords/lib');
140 require Text::ParseWords;
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/
DMakefile.PL32 'Text::ParseWords' => '0',
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/
DBase.pm8 use Text::ParseWords;
373 # Text::ParseWords replaces all 'escaped' characters with themselves, which completely
378 return Text::ParseWords::shellwords($string);
/openbsd/src/regress/usr.bin/make/
Dmk16211 Text::ParseWords 3p lib/Text/ParseWords.pm \
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/
DMETA-1_4.yml123 Text::ParseWords: 0
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
DMETA-1_4.yml123 Text::ParseWords: 0
Dunicode.yml123 Text::ParseWords: 0
Drestrictive-1_4.yml123 Text::ParseWords: 0
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
Dinvalid-meta-spec-version.yml123 Text::ParseWords: 0
Dmeta-spec-version-trailing-zeros.yml123 Text::ParseWords: 0
DMETA-1_4.yml122 Text::ParseWords: 0
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dproverun.t12 use Text::ParseWords qw(shellwords);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/
DEnv.pm8 use Text::ParseWords qw/shellwords/;
/openbsd/src/gnu/usr.bin/perl/Porting/
Dconfig.sh704 …/ReadLine Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread…
898 …/ReadLine Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread…
972 …/ReadLine Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread…
DMaintainers.pl1165 'Text::ParseWords' => {
1166 'DISTRIBUTION' => 'NEILB/Text-ParseWords-3.31.tar.gz',
1167 'FILES' => q[cpan/Text-ParseWords],
/openbsd/src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
DCmd.pm60 use Text::ParseWords (); # import ONLY if needed!
1609 ### Text::ParseWords::shellwords() uses unix semantics. that will break
1613 : Text::ParseWords->can('shellwords');
1814 ### XXX this *should* be integrated into text::parsewords
1819 # can't use Text::ParseWords::shellwords() to break a command string
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
DPerl.pm12 use Text::ParseWords qw(shellwords);

12