Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c764 case LLEAVE: in include()
865 case LLEAVE: in shell()
961 i = LLEAVE; in unwind()
966 i = LLEAVE; in unwind()
Djobs.c602 unwind(LLEAVE); in exchild()
608 unwind(LLEAVE); in exchild()
Dexec.c801 case LLEAVE: in comexec()
862 unwind(LLEAVE); in comexec()
Dhistrap.c1293 unwind(LLEAVE); in runtrap()
Dsh.h800 #define LLEAVE 4 /* untrappable exit/error */ macro