Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h78 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c312 if (cp->line > ((cp->flags & ERROR_INTERACTIVE) != 0)) in context()
472 if (level > 0 && error_info.line > ((flags & ERROR_INTERACTIVE) != 0)) in errorv()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c572 error_info.flags |= ERROR_INTERACTIVE; in exfile()
575 error_info.flags &= ~ERROR_INTERACTIVE; in exfile()
H A Dxec.c1401 if(error_info.flags&ERROR_INTERACTIVE) in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c908 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_INTERACTIVE); in b_stty()