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

  /external/mksh/src/
sh.h 769 #define E_INCL 3 /* including a file via . # */
782 (t) == E_FUNC || (t) == E_INCL)
784 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
    [all...]
main.c 681 newenv(E_INCL);
897 case E_INCL:
    [all...]

Completed in 123 milliseconds