Home
last modified time | relevance | path

Searched refs:SS_RESTORE_MASK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtrap.c404 setexecsig(p, flags & SS_RESTORE_MASK);
441 switch (restore & SS_RESTORE_MASK) {
H A Dsh.h382 #define SS_RESTORE_MASK 0x3 /* how to restore a signal before an exec() */ macro