Searched defs:catch (Results 1 - 6 of 6) sorted by relevance
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | exceptions.pl | 13 # 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 D | DB.pm | 172 sub catch { subroutine 548 $SIG{'INT'} = \&DB::catch;
|
| H A D | perl5db.pl | 3307 $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 D | getpass.c | 67 static void catch(int); 87 act.sa_handler = catch; 121 catch(int x) function
|
| /osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
| H A D | ieee1275.c | 391 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/lib/efcode/engine/ |
| H A D | forth.c | 2390 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);
|
Completed in 49 milliseconds