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 768 #define E_FUNC 2 /* executing function # */
782 (t) == E_FUNC || (t) == E_INCL)
784 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
    [all...]
eval.c     [all...]
main.c 896 case E_FUNC:
    [all...]
exec.c 806 e->type = E_FUNC;
    [all...]

Completed in 80 milliseconds