Searched defs:current_env (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmisc.c59 struct env *current_env = NULL; /* ptr to current environment */ variable in typeref:struct:env
205 if (current_env == NULL || !(current_env->flags & ENV_USE))
211 if (current_env->flags & ENV_CRITICAL) {
212 current_env->flags |= ENV_ABORT;
229 longjmp(current_env->env, 0);
249 if (current_env != NULL && current_env->flags & ENV_CRITICAL) {
395 if (current_env == NULL)
400 current_env
[all...]

Completed in 58 milliseconds