/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | vars.t | 24 my $e = !(grep /^Name "X::x" used only once: possible typo/, @warns) && 'not '; 26 $e = !(grep /^Name "main::x" used only once: possible typo/, @warns) && 'not '; 28 $e = !(grep /^Name "main::y" used only once: possible typo/, @warns) && 'not '; 30 $e = !(grep /^Name "main::z" used only once: possible typo/, @warns) && 'not ';
|
H A D | strict.pm | 57 If no import list is supplied, all possible restrictions are assumed. 59 casual programming.) Currently, there are three possible things to be
|
H A D | blib.pm | 21 However it is possible to :
|
H A D | vmsish.pm | 26 If no import list is supplied, all possible VMS-specific features are
|
H A D | warnings.pm | 46 If no import list is supplied, all possible warnings are either enabled
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
H A D | runenv.t | 100 qq{Name "main::x" used only once: possible typo at -e line 1.\nUse of uninitialized value in print at -e line 1.\n}); 118 Name "main::x" used only once: possible typo at -e line 1. 127 Name "main::x" used only once: possible typo at -e line 1.
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strcmp.s | 55 ! alignment of the destination string. If it is possible to
|
H A D | strlen.s | 51 ! The object of strlen is to, as quickly as possible, find the
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regrexec.c | 83 goto possible; 95 possible:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | deparse.t | 102 $a =~ s/.*possible typo.*\n//; # Remove warning line
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
H A D | JP.pm | 82 in order to preserve text layout as much as possible.
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlen.s | 51 ! The object of strlen is to, as quickly as possible, find the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | utf8decode.t | 39 2.1 First possible sequence of certain length 46 2.2 Last possible sequence of certain length
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Xref.pm | 40 where possible. Lexical variables are easier to track and even 41 included dereferencing information where possible.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 241 as $out. If possible it will return STDOUT and STDERR combined as you
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | XSLoader_pm.PL | 298 To reduce the overhead as much as possible, only one possible location
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | File.pm | 61 file. On systems where this is possible, the temporary file is anonymous
|
H A D | Seekable.pm | 26 IO::File, or C<undef> if this is not possible (eg an unseekable stream such
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Overstrike.pm | 185 There may be some better approach possible.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Memoize.pm | 121 not all the possible keys of the hash.
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 131 static char possible; variable 579 * initialize job control if possible 639 if(possible = (setpgid(0,job.mypgid)>=0) || errno==EPERM) 684 if(!possible) 730 if(possible && !job.jobcontrol) 732 else if(!possible && (!sh_isstate(SH_MONITOR) || sh_isstate(SH_FORKED))) 766 if(possible && setpgid(0,job.mypgid)>=0) 792 if(possible && job.suspend==CNSUSP)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
H A D | Dumper.pm | 711 arrays, and coderefs. Output of names will be avoided where possible if 718 Several styles of output are possible, all controlled by setting 741 syntax) will be inserted at all possible points, preserving any structural 824 items. It is the most compact format possible that can still be called 873 will be avoided where possible, but be advised that such output may not 958 will always be used if possible. This option lets you override the 960 means the XS implementation will be used if possible.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Copy.pm | 305 names whenever possible.> Files are opened in binary mode where 327 If possible, move() will simply rename the file. Otherwise, it copies
|
H A D | Spec.pm | 64 only under that OS, it may not be possible to load all modules under all 128 list of possible temporary directories. Returns the current directory
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | ReadLine.pm | 42 returns the actual package that executes the commands. Among possible 167 One possible workaround for this is to explicitly open /dev/tty like this 312 # To make possible switch off RL in debugger: (Not needed, work done
|