Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c88 error_info.context->flags |= ERROR_SILENT; in b_getopts()
166 error_info.context->flags &= ~ERROR_SILENT; in b_getopts()
H A Dhist.c253 error_info.flags |= ERROR_SILENT; in b_hist()
/titanic_50/usr/src/lib/libast/common/include/
H A Derror.h79 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_50/usr/src/lib/libast/common/misc/
H A Derror.c308 if (!(cp->flags & ERROR_SILENT)) in context()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c946 error_info.flags |= ERROR_SILENT; in sh_exec()
1060 error_info.flags &= ~(ERROR_SILENT|ERROR_NOTIFY); in sh_exec()
3127 errorpush(&buff.err,ERROR_SILENT); in sh_ntfork()