Searched refs:catch (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dexceptions.pl13 # exit, use &throw to raise an exception. The first enclosing &catch
14 # handler looks at the exception and decides whether it can catch this kind
15 # (catch takes a list of regexps to catch), and if so, it returns the one it
16 # caught. If it *can't* catch it, then it will reraise the exception
28 # if (&catch('/$user_input/', 'regexp', 'syntax error') {
33 # if ($error = &catch('&subroutine()')) { # catches anything
37 sub catch { subroutine
H A DDB.t48 is( DB::catch(), 1, 'DB::catch() should work' );
73 # test DB::catch()
76 DB::catch();
77 ok( $DB::signal, 'DB::catch() should set $DB::signal' );
124 like( $ret[0], qr/eval {...}/, '... should catch eval BLOCK' );
H A DDB.pm172 sub catch { subroutine
548 $SIG{'INT'} = \&DB::catch;
H A Dperl5db.pl3307 $SIG{PIPE} = \&DB::catch
3408 $SIG{PIPE} = "DEFAULT" if $SIG{PIPE} eq \&DB::catch;
6358 =head2 catch()
6360 The C<catch()> subroutine is the essence of fast and low-impact. We simply
6367 sub catch { subroutine
7754 $SIG{INT} = \&DB::catch;
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dgetpass.c67 static void catch(int);
87 act.sa_handler = catch;
121 catch(int x) function
/osnet-11/usr/src/lib/efcode/fcode_test/
H A DMakefile35 instance.fth catch.fth storage.fth case.fth access.fth misc.fth \
/osnet-11/usr/src/lib/libast/common/comp/
H A Dwaitpid.c76 catch(sig)
138 handler = signal(SIGCLD, catch);
146 handler = signal(SIGALRM, catch);
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dieee1275.c391 grub_ieee1275_interpret (const char *command, grub_ieee1275_cell_t *catch)
397 grub_ieee1275_cell_t catch;
409 if (catch)
410 *catch = args.catch;
390 grub_ieee1275_interpret(const char *command, grub_ieee1275_cell_t *catch) argument
396 grub_ieee1275_cell_t catch; member in struct:enter_args
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dform.t136 -Values => ['moe','catch'],
137 -attributes=>{'catch'=>{'class'=>'red'}});
142 <option class="red" value="catch">catch</option>
158 <option class="red" value="catch">catch</option>
175 <option class="red" value="catch">catch</option>
H A Dautoescape.t92 -values => ['moe','catch'],
93 -attributes=>{'catch'=>{'class'=>'red'}}
109 <option class="red" value="catch">catch</option>
/osnet-11/usr/src/grub/grub2/include/grub/ieee1275/
H A Dieee1275.h167 grub_ieee1275_cell_t *catch);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t127 isn't( $@, '', 'Tgetent() should catch bad termcap file' );
144 like( $@, qr/failed termcap loop/, 'Tgetent() should catch deep recursion');
200 is( $t->Tgoto('test'), 'OOPS', 'Tgoto() should catch invalid args' );
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h357 FNPROTO(catch);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm87 This option will only catch explicitly invoked subroutines such
H A DConcise.pm1276 resolved with a die($message). Use an eval if you wish to catch these
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm198 eval Flow,Misc catch exceptions or compile and run code
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm558 If will also catch lone 'not' lines, note it saw them
603 # We catch this and remember we saw it.
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2390 catch(fcode_env_t *env) function
2394 CHECK_DEPTH(env, 1, "catch");
2423 * No catch frame set => fatal error
2427 forth_abort(env, "%s: No catch frame", msg);
2434 * to the test in catch that follows 'execute'.
2640 ANSI(0x217, 0, "catch", catch);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1571 the desired error message as its argument. GetOptions() will catch the
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3467 % But wait, there is a catch there:
/osnet-11/usr/src/grub/grub2/
H A Dconfigure4287 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
6048 # not just through cpp. "Syntax error" is here to catch this case.
6155 # not just through cpp. "Syntax error" is here to catch this case.
25312 This test needs valgrind to catch the bug on Debian
25313 GNU/Linux 3.1 x86, but it might catch the bug better
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex4259 % But wait, there is a catch there:

Completed in 160 milliseconds