Searched refs:caught (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dwaitpid.c73 static int caught;
80 caught = 1;
136 caught = 0;
139 if (!caught)
161 if (n == 0 && !caught || n == 1) alarm(n);
162 else if (n > 1) alarm(n - caught);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm15 sub caught { return($out, $err) } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dundef.t53 my $caught = tie *CATCH, 'TieOut';
59 is( $caught->read, "# undef\n" );
H A Dextra.t36 my($out, $err) = Test::Simple::Catch::caught();
H A Dfail.t16 my($out, $err) = Test::Simple::Catch::caught();
H A Dfail-more.t16 my($out, $err) = Test::Simple::Catch::caught();
H A Dis_deeply.t17 my($out, $err) = Test::Simple::Catch::caught();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.t66 like( $warn, qr/WARNING: calling TieTest->new/, 'caught warning fine' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/
H A Dipcsysv.t41 SIGSYS caught.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.pm157 can be caught using C<eval{}>. See L<perlfunc> and L<perlvar> for details.
H A Dsigtrap.pm177 (actually C<croak>) with a message indicating which signal was caught.
H A DDB.pm672 Signal flag. Will be set to a true value if a signal was caught. Clients may
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm56 my $caught = 0;
61 $caught = 0;
62 $caught += 1 if (int($MBASE * $RBASE) != 1); # should be 1
63 $caught += 2 if (int($MBASE / $MBASE) != 1); # should be 1
64 last if $caught != 3;
79 # $caught & 1 != 0 => cannot use MUL
80 # $caught & 2 != 0 => cannot use DIV
81 # The parens around ($caught & 1) were important, indeed, if we would use
83 if ($caught == 2) # 2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm423 used to generate floating point exceptions (which would have to be caught
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm63 compiler errors will be caught. Example:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm307 won't be caught until runtime whereas misspelled names of constants will be
308 caught at compile time. So, polute your namespace with almost two dozen
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1802 with bugs in memory allocations which are caught by Perl's malloc();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1650 all caught. For example, in:

Completed in 244 milliseconds