Lines Matching defs:trap
193 char *trap = shp->st.trapcom[0];
194 if(trap)
195 trap = strdup(trap);
206 if(trap)
207 free((void*)trap);
222 shp->st.trapcom[0] = trap;
523 /* save trap table */
529 /* this nonsense needed for $(trap) */
577 /* trap on EXIT not handled by child */
578 char *trap=shp->st.trapcom[0];
581 sh_trap(trap,0);
582 free(trap);