Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h700 #define E_FUNC 2 /* executing function # */ macro
714 (t) == E_FUNC || (t) == E_INCL)
716 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
Dmain.c908 case E_FUNC: in unwind()
Dexec.c749 e->type = E_FUNC; in comexec()
Deval.c1808 e->type = E_FUNC; in funsub()