Lines Matching defs:env
105 static struct env env;
106 struct env *e = &env;
276 env.type = E_NONE;
277 ainit(&env.area);
1031 struct env *ep;
1035 * struct env includes ALLOC_ITEM for alignment constraints
1038 cp = alloc(sizeof(struct env) - sizeof(ALLOC_ITEM), ATEMP);
1041 /* initialise public members of struct env (not the ALLOC_ITEM) */
1056 struct env *ep = e;
1133 /* free the struct env - tricky due to the ALLOC_ITEM inside */
1142 struct env *ep;
1174 struct env *ep;