Home | History | Annotate | Download | only in sh

Lines Matching defs:tsig

503 	char *t, tsig;
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)