Searched refs:cursig (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/backends/
H A Dlinux-core-note.c122 FIELD (signal, SHORT, cursig, 'd'),
/external/mksh/src/
H A Dhistrap.c1359 } else if (p->cursig == SIG_DFL) {
1397 p->cursig = SIG_IGN;
1424 if (p->cursig != f) {
1425 p->cursig = f;
H A Dsh.h862 sig_t cursig; /* current handler (valid if TF_ORIG_* set) */ member in struct:trap

Completed in 234 milliseconds