Home
last modified time | relevance | path

Searched refs:ENV_MALLOCED (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/sh/
H A Denv.c96 if(ep->flags&ENV_MALLOCED) in env_get()
100 ep->flags |= ENV_MALLOCED; in env_get()
233 if(ep->env && (ep->flags&ENV_MALLOCED)) in env_close()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Denv.c96 if(ep->flags&ENV_MALLOCED) in env_get()
100 ep->flags |= ENV_MALLOCED; in env_get()
233 if(ep->env && (ep->flags&ENV_MALLOCED)) in env_close()
/titanic_51/usr/src/lib/libshell/common/include/
H A Denv.h36 #define ENV_MALLOCED 1 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Denv.h36 #define ENV_MALLOCED 1 macro