Searched refs:quote_type (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | configpm | 118 my $quote_type = "'"; 122 my $start = index($Config_SH, "\n$marker$quote_type"); 125 $quote_type = '"'; 126 $start = index($Config_SH, "\n$marker$quote_type"); 134 $quote_type = substr($Config_SH, $start - 1, 1); 141 index($Config_SH, "$quote_type\n", $start) - $start); 147 if ($quote_type eq '"') {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/ |
H A D | Config.pm | 1111 my $quote_type = "'"; 1115 my $start = index($Config_SH, "\n$marker$quote_type"); 1118 $quote_type = '"'; 1119 $start = index($Config_SH, "\n$marker$quote_type"); 1127 $quote_type = substr($Config_SH, $start - 1, 1); 1134 index($Config_SH, "$quote_type\n", $start) - $start); 1140 if ($quote_type eq '"') {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/ |
H A D | Config.pm | 1111 my $quote_type = "'"; 1115 my $start = index($Config_SH, "\n$marker$quote_type"); 1118 $quote_type = '"'; 1119 $start = index($Config_SH, "\n$marker$quote_type"); 1127 $quote_type = substr($Config_SH, $start - 1, 1); 1134 index($Config_SH, "$quote_type\n", $start) - $start); 1140 if ($quote_type eq '"') {
|
Completed in 24 milliseconds