Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dsh.h89 #define E_INCL 3 /* including a file via . # */ macro
102 || (t) == E_FUNC || (t) == E_INCL)
104 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
H A Dmain.c490 newenv(E_INCL); in include()
683 case E_INCL: in unwind()