Home
last modified time | relevance | path

Searched refs:ENV_USE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmisc.h87 #define useenv() (current_env->flags |= ENV_USE)
92 #define unuseenv() (current_env->flags &= ~ENV_USE)
101 #define ENV_USE 0x01 /* active */ macro
H A Dmisc.c185 if (current_env == NULL || !(current_env->flags & ENV_USE)) in cmdabort()