Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h201 char indebug; /* set when in debug trap */ \
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c680 static int indebug = 0; variable
724 if (!indebug) in cpfir()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c492 if(!shp->indebug && jmpval!=SH_JMPEXIT && jmpval!=SH_JMPFUN) in sh_trap()
H A Dxec.c511 if(shp->indebug) in sh_debug()
513 shp->indebug = 1; in sh_debug()
555 shp->indebug = 0; in sh_debug()
H A Dmacro.c216 if((flag&ARG_OPTIMIZE) && !shp->indebug && !(flags&ARG_MESSAGE)) in sh_macexpand()