Home
last modified time | relevance | path

Searched refs:E_FUNC (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsh.h776 #define E_FUNC 2 /* executing function # */ macro
791 (t) == E_FUNC || (t) == E_INCL)
793 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
Dmain.c972 case E_FUNC: in unwind()
Deval.c1940 newenv(E_FUNC); in valsub()
Dexec.c765 e->type = E_FUNC; in comexec()