Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c641 l_assign->flags |= BF_STOPENV; in comexec()
Dvar.c1177 if (l->flags & BF_STOPENV) in makenv()
Dsh.h1826 #define BF_STOPENV BIT(1) /* do not export further */ macro