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

/external/mksh/src/
H A Dsh.h723 #define E_FUNC 2 /* executing function # */ macro
737 (t) == E_FUNC || (t) == E_INCL)
739 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
H A Deval.c1832 newenv(E_FUNC);
H A Dexec.c756 e->type = E_FUNC;
H A Dmain.c883 case E_FUNC:

Completed in 907 milliseconds