Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c755 case LLEAVE: in include()
856 case LLEAVE: in shell()
952 i = LLEAVE; in unwind()
957 i = LLEAVE; in unwind()
Djobs.c609 unwind(LLEAVE); in exchild()
615 unwind(LLEAVE); in exchild()
Dhistrap.c1352 unwind(LLEAVE); in runtrap()
Dexec.c811 case LLEAVE: in comexec()
Dsh.h854 #define LLEAVE 4 /* untrappable exit/error */ macro