Searched refs:ERROR_INTERACTIVE (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h78 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h87 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h87 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h87 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h87 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c589 error_info.flags |= ERROR_INTERACTIVE;
592 error_info.flags &= ~ERROR_INTERACTIVE;
H A Dxec.c1268 if(error_info.flags&ERROR_INTERACTIVE)
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c312 if (cp->line > ((cp->flags & ERROR_INTERACTIVE) != 0))
472 if (level > 0 && error_info.line > ((flags & ERROR_INTERACTIVE) != 0))
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c908 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_INTERACTIVE);

Completed in 39 milliseconds