Searched refs:nok (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstudy.t25 sub nok ($;$) { subroutine
26 my($nok, $name) = @_;
28 ok( !$nok, $name );
66 nok($x =~ /^xxx/);
67 nok($x !~ /^abc/);
70 nok($x !~ /def/);
74 nok($x =~ /.def/);
77 nok($x !~ /\ndef/);
84 nok(/a+b?c+/);
94 nok(/
[all...]
H A Dcmp.t42 sub nok ($$$$$$$$) { subroutine
73 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '<');
84 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '==');
95 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '>');
106 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '>=');
118 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '!=');
129 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '<=');
140 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '<=> transposed');
154 nok ($ok, $i3, 'cmp', $j3, $cmp, $i, $j, 'lt');
164 nok (
[all...]
H A Dnumconvert.t121 my $nok;
133 $nok = 0;
244 $nok++,
248 if ($nok) {
253 #print $txt if $nok;
H A Dmy.t96 my %fonts = qw(nok 31);
100 print "$full $fonts{nok}\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL122 # Changed in 1.21 Added '-nok' for reporting build failure DFD 98-05-05
288 "perlbug -ok" and "perlbug -nok" do not report on Perl versions which
926 $0 [-v] [-r returnaddress] [-A] [-ok | -okay | -nok | -nokay]
953 if there were *any* problems at all, use -nok.
955 -nok Report unsuccessful build on this system to perl porters
958 -nokay As -nok but allow report from old builds.
1009 S<[ B<-A> ]> S<[ B<-ok> | B<-okay> | B<-nok> | B<-nokay> ]>
1213 =item B<-nok>
1226 As B<-nok> except it will report on older systems.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCurrency.pm267 nok:Norwegian Krone
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm468 my @nok = ();
472 eval { $proto->can($method) } || push @nok, $method;
479 my $ok = $Test->ok( !@nok, $name );
481 $Test->diag(map " $class->can('$_') failed\n", @nok);

Completed in 67 milliseconds