Searched defs:TEST (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | regexp.t | 55 TEST: label 79 if ($err !~ m!^\Q$expect!) { print "not ok $. (compile) $input => `$err'\n"; next TEST } 84 next TEST; 87 print "not ok $. $input => error `$err'\n"; next TEST; 90 if ($match) { print "not ok $. ($study) $input => false positive\n"; next TEST } 95 next TEST;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/ |
H A D | dumper.t | 31 sub TEST { subroutine 121 TEST q(Data::Dumper->Dump([$a,$b,$c], [qw(a b c)])); 122 TEST q(Data::Dumper->Dumpxs([$a,$b,$c], [qw(a b c)])) if $XS; 146 TEST q(Data::Dumper->Dump([$a, $b], [qw(*a b)])); # print as @a 147 TEST q(Data::Dumper->Dumpxs([$a, $b], [qw(*a b)])) if $XS; 169 TEST q(Data::Dumper->Dump([$b, $a], [qw(*b a)])); # print as %b 170 TEST q(Data::Dumper->Dumpxs([$b, $a], [qw(*b a)])) if $XS; 192 TEST q( 198 TEST q( 229 TEST [all...] |
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 43 #undef TEST macro 48 #define TEST 2 macro 159 LIC("test", TEST), 610 case TEST:
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | epic100.h | 22 TEST = 0x1C, /* Test register: marked as reserved (see in source code) */ enumerator in enum:epic100_registers
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 136 LEVEL, TEST, CODES enumerator in enum:Command 473 "test", TEST, Num, 0, "seconds", 0, 1313 case TEST:
|
Completed in 47 milliseconds