Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dtty.c99 error(ERROR_OUTPUT, 1, "synchronous line %d", n); in b_tty()
102 error(ERROR_OUTPUT, 1, "not on an active synchronous line"); in b_tty()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c428 fd = (flags & ERROR_OUTPUT) ? va_arg(ap, int) : error_info.fd; in errorv()
554 if ((level & ~ERROR_OUTPUT) > 1) in errorv()
559 if (level < 0 || !(level & ERROR_OUTPUT)) in errorv()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h71 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0); in poolstatus()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1702 error_info.auxilliary returns new level, |=ERROR_OUTPUT if msg done