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 700 #define E_FUNC 2 /* executing function # */
714 (t) == E_FUNC || (t) == E_INCL)
716 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
    [all...]
eval.c     [all...]
exec.c 749 e->type = E_FUNC;
    [all...]
main.c 908 case E_FUNC:
    [all...]

Completed in 118 milliseconds