Home
last modified time | relevance | path

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

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