Searched refs:ENV_USE (Results 1 – 2 of 2) sorted by relevance
87 #define useenv() (current_env->flags |= ENV_USE)92 #define unuseenv() (current_env->flags &= ~ENV_USE)101 #define ENV_USE 0x01 /* active */ macro
205 if (current_env == NULL || !(current_env->flags & ENV_USE))