HomeSort by: relevance | last modified time | path
    Searched refs:E_FUNC (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
sh.h 228 #define E_FUNC 2 /* executing function # */
242 || (t) == E_FUNC || (t) == E_INCL)
244 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
main.c 634 case E_FUNC:
exec.c 659 e->type = E_FUNC;

Completed in 33 milliseconds