Home
last modified time | relevance | path

Searched refs:E_INCL (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dsh.h879 #define E_INCL 3 /* including a file via . # */ macro
894 (t) == E_FUNC || (t) == E_INCL)
896 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
Dmain.c775 newenv(E_INCL); in include()
1002 case E_INCL: in unwind()