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

/external/mksh/src/
H A Dsh.h768 #define E_FUNC 2 /* executing function # */ macro
782 (t) == E_FUNC || (t) == E_INCL)
784 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
H A Deval.c1832 newenv(E_FUNC);
H A Dmain.c896 case E_FUNC:
H A Dexec.c806 e->type = E_FUNC;

Completed in 45 milliseconds