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

/system/core/sh/
H A Dtrap.c237 char *t, tsig; local
272 tsig = *t;
273 if (tsig == 0) {
288 tsig = S_IGN; /* don't hard ignore these */
290 tsig = S_HARD_IGN;
292 tsig = S_RESET; /* force to be set */
295 if (tsig == S_HARD_IGN || tsig == action)

Completed in 274 milliseconds