Searched refs:possible (Results 1 - 25 of 89) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.t24 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 Dstrict.pm57 If no import list is supplied, all possible restrictions are assumed.
59 casual programming.) Currently, there are three possible things to be
H A Dblib.pm21 However it is possible to :
H A Dvmsish.pm26 If no import list is supplied, all possible VMS-specific features are
H A Dwarnings.pm46 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 Drunenv.t100 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 Dstrcmp.s55 ! alignment of the destination string. If it is possible to
H A Dstrlen.s51 ! The object of strlen is to, as quickly as possible, find the
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregrexec.c83 goto possible;
95 possible:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Ddeparse.t102 $a =~ s/.*possible typo.*\n//; # Remove warning line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm82 in order to preserve text layout as much as possible.
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s51 ! 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 Dutf8decode.t39 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 DXref.pm40 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 DUtils.pm241 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 DXSLoader_pm.PL298 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 DFile.pm61 file. On systems where this is possible, the temporary file is anonymous
H A DSeekable.pm26 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 DOverstrike.pm185 There may be some better approach possible.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm121 not all the possible keys of the hash.
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c131 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 DDumper.pm711 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 DCopy.pm305 names whenever possible.> Files are opened in binary mode where
327 If possible, move() will simply rename the file. Otherwise, it copies
H A DSpec.pm64 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 DReadLine.pm42 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

Completed in 96 milliseconds

1234