Searched refs:DOSISH (Results 1 – 21 of 21) sorted by relevance
30 my $DOSISH = $^O =~ /^(?:MSWin32|os2|dos|NetWare|mint)$/ ? 1 : 0;31 $DOSISH = 1 if !$DOSISH and $^O =~ /^uwin/;46 my $NTEST = 44 - (($DOSISH || !$FASTSTDIO) ? 7 : 0) - ($DOSISH ? 5 : 0)93 } elsif (!$FASTSTDIO && !$DOSISH) {98 } elsif ($DOSISH) {104 if ($DOSISH && grep { $_ eq 'crlf' } @$expected) {179 unless ($DOSISH || !$FASTSTDIO) {
44 - Hack to make patterns like C:* work on DOSISH systems45 - Add support for either \ or / as separators on DOSISH systems46 - Limit effect of \ as a quoting operator on DOSISH systems to
131 #ifdef DOSISH283 #ifdef DOSISH362 #ifdef DOSISH773 #ifdef DOSISH803 #ifdef DOSISH818 #ifdef DOSISH
14 my $DOSISH = ($^O =~ /^(MSWin\d\d|os2|dos|mint)$/);36 if ($DOSISH) {93 if ($DOSISH) {
30 # if defined( DOSISH) || defined(EPOC)
2018 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(OS2) && !defined(VMS) &… in Perl_my_popen_list()2148 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(VMS) && !defined(__OPEN…2575 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(VMS) && !defined(__OPEN…2637 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32) || defined(NETWARE)) && !defined(MACOS_TRA…2824 #if defined(DOSISH) && !defined(OS2) && !defined(atarist)2898 #ifdef DOSISH2941 #ifdef DOSISH2956 #if defined(atarist) || defined(DOSISH)2982 # if defined(atarist) || defined(__MINT__) || defined(DOSISH)3017 #if !defined(DOSISH) && !defined(MACOS_TRADITIONAL)[all …]
837 #if !defined(DOSISH) && !defined(__CYGWIN__) && !defined(EPOC) in Perl_nextargv()867 #if !defined(DOSISH) && !defined(AMIGAOS) in Perl_nextargv()1916 #ifdef DOSISH in Perl_cando()2439 #ifdef DOSISH in Perl_start_glob()
420 #ifndef DOSISH in PP()3395 #if defined(DOSISH) || defined(USEMYBINMODE) in PP()4049 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32)) && !defined(MACOS_TRADITIONAL) in PP()4077 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32)) && !defined(MACOS_TRADITIONAL) in PP()
350 #define DOSISH 1 macro2248 #ifdef DOSISH
4864 #if defined(DOSISH) || defined(EPOC) || defined(SYMBIAN)
122 #ifdef DOSISH
2868 #if defined(DOSISH)
1616 Title: "Fix spurious perldoc warnings on DOSISH platforms", #F0913480 Title: "[PATCH] -S flag fixes for DOSISH platforms", "[RESEND] [PATCH] -S3481 flag fixes for DOSISH platforms"4536 Title: "Don't require executable bit on perl -S if DOSISH"
9435 Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity13332 Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
8136 Log: various File::Glob fixes for DOSISH platforms10965 contains "Perl" rather than "perl" on DOSISH platforms
7827 Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
285 #if defined(DOSISH) || defined(WIN32) in makroom()312 #if defined(DOSISH) || defined(WIN32) in makroom()
115 #ifdef DOSISH
113 #define DOSISH 1 /* no escaping our roots */ macro
114 #define DOSISH 1 /* no escaping our roots */ macro
520 chmod() supporting DOSISH].