Home
last modified time | relevance | path

Searched refs:LERREXT (Results 1 – 3 of 3) sorted by relevance

/third_party/mksh/
Dmain.c795 case LERREXT: in include()
886 case LERREXT: in shell()
917 if (i == LERREXT && level == 2) in shell()
989 if (i == LERREXT && (e->flags & EF_IN_EVAL)) in unwind()
993 if (i == LEXIT || ((i == LERROR || i == LERREXT || i == LINTR) && in unwind()
1000 } else if (Flag(FERREXIT) && (i == LERROR || i == LERREXT || i == LINTR)) { in unwind()
Dexec.c469 unwind(LERREXT); in execute()
798 case LERREXT: in comexec()
Dsh.h901 #define LERREXT 4 /* set -e caused */ macro