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

  /src/bin/ksh/
sh.h 229 #define E_INCL 3 /* including a file via . # */
242 || (t) == E_FUNC || (t) == E_INCL)
244 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
main.c 441 newenv(E_INCL);
635 case E_INCL:

Completed in 30 milliseconds