Home | History | Annotate | Download | only in sh

Lines Matching refs:tp

208 	char **tp;
210 for (tp = trap ; tp <= &trap[NSIG] ; tp++) {
211 if (*tp && **tp) { /* trap not NULL or SIG_IGN */
214 ckfree(*tp);
215 *tp = NULL;
217 if (tp != &trap[0])
218 setsignal(tp - trap, vforked);