Searched refs:GLOB_ERROR (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.xs16 #define GLOB_ERROR (MY_CXT.x_GLOB_ERROR)
60 GLOB_ERROR = retval;
H A DGlob.pm24 GLOB_ERROR
44 GLOB_ERROR
100 sub GLOB_ERROR { subroutine
101 return (constant('GLOB_ERROR'))[1];
200 if (GLOB_ERROR) {
328 error occurred, &File::Glob::GLOB_ERROR will be non-zero and C<$!> will be
329 set. &File::Glob::GLOB_ERROR is guaranteed to be zero if no error occurred,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dbasic.t40 if ("@a" ne "@correct" || GLOB_ERROR) {
54 if ((scalar(@a) != 1 || $a[0] ne $home || GLOB_ERROR)) {
65 if (scalar @a != 1 || $a[0] ne 'TEST' || GLOB_ERROR) {
94 if (scalar(@a) != 0 || GLOB_ERROR == 0) {
192 print GLOB_ERROR == 0 ? "ok 13\n" : "not ok 13\n";

Completed in 15 milliseconds