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

/external/mksh/src/
H A Dhistrap.c1224 char *trapstr; local
1230 trapstr = p->trap;
1232 if (trapstr == NULL) {
1246 if (trapstr[0] == '\0')
1258 * Note: trapstr is fully parsed before anything is executed, thus
1261 command(trapstr, current_lineno);
1265 afree(trapstr, APERM);
1267 p->trap = trapstr;

Completed in 74 milliseconds