Home
last modified time | relevance | path

Searched refs:LLEAVE (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dmain.c648 case LLEAVE: in include()
733 case LLEAVE: in shell()
806 i = LLEAVE; in unwind()
811 i = LLEAVE; in unwind()
Djobs.c551 unwind(LLEAVE); in exchild()
557 unwind(LLEAVE); in exchild()
Dexec.c764 case LLEAVE: in comexec()
821 unwind(LLEAVE); in comexec()
Dhistrap.c1310 unwind(LLEAVE); in runtrap()
Dsh.h604 #define LLEAVE 4 /* untrappable exit/error */ macro