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

  /external/mksh/src/
histrap.c 1177 if (p->shtrap)
1178 (*p->shtrap)(i);
1438 * it. At the moment, all users of shtrap are lifetime
1442 p->shtrap = (sig_t)NULL;
1444 p->shtrap = f;
sh.h 668 sig_t shtrap; /* shell signal handler */ member in struct:trap
    [all...]

Completed in 30 milliseconds