Searched refs:caught (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | waitpid.c | 73 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 D | Catch.pm | 15 sub caught { return($out, $err) } subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | undef.t | 53 my $caught = tie *CATCH, 'TieOut'; 59 is( $caught->read, "# undef\n" );
|
H A D | extra.t | 36 my($out, $err) = Test::Simple::Catch::caught();
|
H A D | fail.t | 16 my($out, $err) = Test::Simple::Catch::caught();
|
H A D | fail-more.t | 16 my($out, $err) = Test::Simple::Catch::caught();
|
H A D | is_deeply.t | 17 my($out, $err) = Test::Simple::Catch::caught();
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Scalar.t | 66 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 D | ipcsysv.t | 41 SIGSYS caught.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Fatal.pm | 157 can be caught using C<eval{}>. See L<perlfunc> and L<perlvar> for details.
|
H A D | sigtrap.pm | 177 (actually C<croak>) with a message indicating which signal was caught.
|
H A D | DB.pm | 672 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 D | Calc.pm | 56 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 D | Opcode.pm | 423 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 D | Carp.pm | 63 compiler errors will be caught. Example:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | ANSIColor.pm | 307 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 D | MakeMaker.pm | 1802 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 D | Balanced.pm | 1650 all caught. For example, in:
|
Completed in 68 milliseconds