Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dhistrap.c1338 char *trapstr; in runtrap() local
1344 trapstr = p->trap; in runtrap()
1346 if (trapstr == NULL) { in runtrap()
1361 if (trapstr[0] == '\0') in runtrap()
1373 * Note: trapstr is fully parsed before anything is executed, thus in runtrap()
1376 command(trapstr, current_lineno); in runtrap()
1380 afree(trapstr, APERM); in runtrap()
1382 p->trap = trapstr; in runtrap()

Completed in 2 milliseconds