Searched defs:E_FUNC (Results 1 - 1 of 1) 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)

Completed in 82 milliseconds