Searched refs:xtrace (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dbash.c315 int n=0,xtrace,verbose; local
411 xtrace = sh_isoption(SH_XTRACE);
419 if(xtrace)
H A Darray.c408 int xtrace = sh_isoption(SH_XTRACE); local
431 if(xtrace)
437 if(xtrace)
H A Darray.c.orig408 int xtrace = sh_isoption(SH_XTRACE);
431 if(xtrace)
437 if(xtrace)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dfunctions.sh1152 function f1 { print -n ${.sh.fun}; set -o | grep xtrace;}
1153 function f2 { print -n ${.sh.fun}; set -o | grep xtrace;}
1155 set -o | grep xtrace
H A Doptions.sh225 # { exec interactive login_shell restricted xtrace } in the following test
313 rc restricted xtrace
427 noglob trackall keyword noexec nounset verbose xtrace braceexpand \
501 [[ $($SHELL 2> /dev/null -xc $'set --showme\nprint 1\n; print 2') == 1 ]] || err_exit 'showme option with xtrace not working correctly'
H A Dpty.sh55 if [[ -o xtrace ]]

Completed in 102 milliseconds