Home
last modified time | relevance | path

Searched refs:SS_RESTORE_CURR (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/bin/ksh/
Dtrap.c301 SS_RESTORE_CURR|SS_FORCE); in restoresigs()
339 setsig(p, f, SS_RESTORE_CURR|SS_USER);
352 setsig(p, SIG_IGN, SS_RESTORE_CURR); in block_pipe()
356 setsig(p, SIG_IGN, SS_RESTORE_CURR); in block_pipe()
368 setsig(&sigtraps[SIGPIPE], SIG_DFL, SS_RESTORE_CURR);
442 case SS_RESTORE_CURR: /* leave things as they currently are */
Dsh.h383 #define SS_RESTORE_CURR 0 /* leave current handler in place */ macro
Dmain.c705 SS_RESTORE_CURR|SS_FORCE); in quitenv()