Home
last modified time | relevance | path

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

/third_party/mksh/
Dsh.h894 #define STOP_RETURN(t) ((t) == E_FUNC || (t) == E_INCL) macro
Dfuncs.c2161 if (STOP_RETURN(ep->type)) { in c_exitreturn()