Home
last modified time | relevance | path

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

/titanic_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dgetopts.c93 error_info.context->flags |= ERROR_SILENT; in b_getopts()
176 error_info.context->flags &= ~ERROR_SILENT; in b_getopts()
H A Dhist.c258 error_info.flags |= ERROR_SILENT; in b_hist()
/titanic_51/usr/src/lib/libast/common/include/
H A Derror.h79 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h79 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Derror.h88 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/titanic_51/usr/src/lib/libast/common/misc/
H A Derror.c308 if (!(cp->flags & ERROR_SILENT)) in context()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c308 if (!(cp->flags & ERROR_SILENT)) in context()
/titanic_51/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()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1340 error_info.flags |= ERROR_SILENT; in sh_exec()
1458 error_info.flags &= ~(ERROR_SILENT|ERROR_NOTIFY); in sh_exec()
3931 errorpush(&buffp->err,ERROR_SILENT); in sh_ntfork()