Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c702 case LLEAVE: in include()
789 case LLEAVE: in shell()
885 i = LLEAVE; in unwind()
890 i = LLEAVE; in unwind()
Djobs.c603 unwind(LLEAVE); in exchild()
609 unwind(LLEAVE); in exchild()
Dexec.c842 case LLEAVE: in comexec()
903 unwind(LLEAVE); in comexec()
Dhistrap.c1300 unwind(LLEAVE); in runtrap()
Dsh.h791 #define LLEAVE 4 /* untrappable exit/error */ macro