HomeSort by: relevance | last modified time | path
    Searched defs:tsig (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
trap.c 503 char *t, tsig; local in function:setsignal
551 tsig = *t;
552 if (tsig == 0) {
584 tsig = S_IGN;
586 tsig = S_HARD_IGN;
588 tsig = S_RESET; /* force to be set */
591 VTRACE(DBG_TRAP, (" tsig=%d\n", tsig));
593 if (tsig == S_HARD_IGN || tsig == action
    [all...]
trap.c 503 char *t, tsig; local in function:setsignal
551 tsig = *t;
552 if (tsig == 0) {
584 tsig = S_IGN;
586 tsig = S_HARD_IGN;
588 tsig = S_RESET; /* force to be set */
591 VTRACE(DBG_TRAP, (" tsig=%d\n", tsig));
593 if (tsig == S_HARD_IGN || tsig == action
    [all...]

Completed in 21 milliseconds