Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmdinit.c38 if (flags & ERROR_CALLBACK) in _cmd_init()
40 flags &= ~ERROR_CALLBACK; in _cmd_init()
H A Dcmd.h38 #define ERROR_CALLBACK ERROR_SET macro
89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY); in cmdinit()
H A Dtee.c127 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_CALLBACK); in b_tee()
H A DRELEASE61 09-06-19 cmd.h,cmdinit.c: add ERROR_CALLBACK for ERROR_NOTIFY main() callback
63 09-06-19 tee.c: add ERROR_CALLBACK for tee_cleanup() sfio discipline pop