Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmisc.c192 current_env->flags |= ENV_ABORT; in cmdabort()
405 if (current_env->flags & ENV_ABORT) { in exit_critical()
406 current_env->flags &= ~ENV_ABORT; in exit_critical()
H A Dmisc.h103 #define ENV_ABORT 0x04 /* abort pending */ macro