Searched defs:catch (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dsignals.c46 ** catch() - CLEAN UP AFTER SIGNAL
50 catch (sig) function
71 signal (SIG, catch);
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpshut.c52 * protected from interrupts. We do want to catch them, however,
135 void catch();
163 signal(SIGHUP, catch);
165 signal(SIGINT, catch);
167 signal(SIGQUIT, catch);
169 signal(SIGTERM, catch);
175 ** catch() - CATCH INTERRUPT, HANGUP, ETC.
178 void catch (sig) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetpass.c46 static void catch(void);
69 sv.sv_handler = catch;
100 catch(void) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetpass.c67 static void catch(int);
87 act.sa_handler = catch;
121 catch(int x) function
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c112 static void catch(int);
423 /* catch SIGINT, SIGHUP, SIGQUIT signals */
424 if (signal(SIGINT, catch) == SIG_IGN)
426 if (signal(SIGHUP, catch) == SIG_IGN) signal(SIGHUP, SIG_IGN);
427 if (signal(SIGQUIT, catch) == SIG_IGN) signal(SIGQUIT, SIG_IGN);
428 if (signal(SIGTERM, catch) == SIG_IGN) signal(SIGTERM, SIG_IGN);
596 catch(int x) function
H A Dat.c97 static void catch(int);
360 /* catch INT, HUP, TERM and QUIT signals */
361 if (signal(SIGINT, catch) == SIG_IGN)
363 if (signal(SIGHUP, catch) == SIG_IGN)
365 if (signal(SIGQUIT, catch) == SIG_IGN)
367 if (signal(SIGTERM, catch) == SIG_IGN)
444 catch(int x) function
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c142 catch(int sig) function
195 sa.sa_handler = catch;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c444 catch() function
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c832 static void catch();
846 sig = signal(SIGINT, catch);
868 catch() function
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c68 void catch();
1121 sigact.sa_handler = catch;
1197 * catch - catcher for SIGALRM, don't need to do anything
1201 catch() function
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c109 extern void catch(), kcatch();
119 signal(SIGHUP, catch);
120 if (signal(SIGINT, catch) == SIG_IGN) {
125 signal(SIGPIPE, catch);
328 void catch() function
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c443 catch(int x) function
445 (void) signal(SIGINT, catch);
1269 (void) signal(SIGINT, catch);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c249 * We catch it only if we are the login shell.
546 * catch "error unwinds". Thus if we are a interactive shell
848 * If we are an interactive shell, we reset the interrupt catch
907 * Note that if catch is not set then we will unwind on any error.
911 process(bool catch) argument
938 if (!catch) {
1000 if (enterhist || catch && intty && !whyles)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c812 catch(int dummy) function
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c663 * donothing & catch - Signal catching functions
679 catch(int sig) function
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c2393 catch(fcode_env_t *env) function
2397 CHECK_DEPTH(env, 1, "catch");
2426 * No catch frame set => fatal error
2430 forth_abort(env, "%s: No catch frame", msg);
2437 * to the test in catch that follows 'execute'.
2643 ANSI(0x217, 0, "catch", catch);

Completed in 115 milliseconds