Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h173 char indebug; /* set when in debug trap */ \
/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Dy1.c686 static int indebug = 0; variable
730 if (!indebug) in cpfir()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dfault.c481 if(!shp->indebug && jmpval!=SH_JMPEXIT && jmpval!=SH_JMPFUN) in sh_trap()
H A Dxec.c405 if(shp->indebug) in sh_debug()
407 shp->indebug = 1; in sh_debug()
448 shp->indebug = 0; in sh_debug()
H A Dmacro.c206 if((flag&ARG_OPTIMIZE) && !shp->indebug) in sh_macexpand()