HomeSort by relevance Sort by last modified time
    Searched refs:E_FUNC (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
sh.h 708 #define E_FUNC 2 /* executing function # */
722 (t) == E_FUNC || (t) == E_INCL)
724 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
    [all...]
eval.c     [all...]
exec.c 760 e->type = E_FUNC;
    [all...]
main.c 934 case E_FUNC:
    [all...]

Completed in 48 milliseconds