Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dutil.c64 for (APLIST_TRAVERSE(crle->c_env, idx, env)) { in addenv()
111 for (APLIST_TRAVERSE(crle->c_env, idx, env)) { in addenv()
145 if (aplist_append(&(crle->c_env), env, AL_CNT_CRLE) == NULL) in addenv()
H A D_crle.h152 APlist *c_env; /* environment variables */ member
H A Dconfig.c557 for (APLIST_TRAVERSE(crle->c_env, idx, env)) { in genconfig()