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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c175 #define SC_IF_ISATTY 0x0010 /* message only if interactive */ macro
188 int do_always = ((flags & (SC_IF_VERBOSE | SC_IF_ISATTY)) == 0);
190 int do_ifisatty = (flags & SC_IF_ISATTY) && interactive;
1719 logprint(SC_SL_NONE | SC_IF_ISATTY | SC_EXIT_ERR,

Completed in 49 milliseconds