ENV_USE
if (current_env == NULL || !(current_env->flags & ENV_USE))
#define useenv() (current_env->flags |= ENV_USE)
#define unuseenv() (current_env->flags &= ~ENV_USE)