Lines Matching defs:env
96 Ttypeset, "-r", "PATH", "ENV", "SHELL", NULL
102 static struct env env;
103 struct env *e = &env;
210 env.type = E_NONE;
211 ainit(&env.area);
579 /* Disable during .profile/ENV reading */
586 * Do this before profile/$ENV so that if it causes problems in them,
598 cp = substitute(substitute("${ENV:-" MKSHRC_PATH "}",
620 /* set after ENV */
684 * intr_ok is set if we are including .profile or $ENV.
909 struct env *ep;
913 * struct env includes ALLOC_ITEM for alignment constraints
916 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP);
919 /* initialise public members of struct env (not the ALLOC_ITEM) */
935 struct env *ep = e;
1012 /* free the struct env - tricky due to the ALLOC_ITEM inside */
1021 struct env *ep;
1053 struct env *ep;