Home
last modified time | relevance | path

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

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