Home
last modified time | relevance | path

Searched refs:E_FUNC (Results 1 – 3 of 3) sorted by relevance

/netbsd/bin/ksh/
H A Dsh.h228 #define E_FUNC 2 /* executing function # */ macro
242 || (t) == E_FUNC || (t) == E_INCL)
244 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL)
H A Dmain.c634 case E_FUNC:
H A Dexec.c659 e->type = E_FUNC;