Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h79 #define ERROR_SILENT 0x0002 /* context is silent */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c308 if (!(cp->flags & ERROR_SILENT)) in context()
/illumos-gate/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()