HomeSort by relevance Sort by last modified time
    Searched refs:cursig (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/backends/
linux-core-note.c 122 FIELD (signal, SHORT, cursig, 'd'),
  /external/mksh/src/
histrap.c 1357 } else if (p->cursig == SIG_DFL) {
1395 p->cursig = SIG_IGN;
1422 if (p->cursig != f) {
1423 p->cursig = f;
    [all...]
sh.h 847 sig_t cursig; /* current handler (valid if TF_ORIG_* set) */ member in struct:trap
    [all...]

Completed in 763 milliseconds