Searched refs:xtrace (Results 1 – 19 of 19) sorted by relevance
100 set -o xtrace ; \111 set -o xtrace ; \
66 @(set -o xtrace ; \
94 set -o xtrace ; \105 set -o xtrace ; \
67 @(set -o xtrace ; \
316 int n=0,xtrace,verbose; in bash_init() local412 xtrace = sh_isoption(SH_XTRACE); in bash_init()420 if(xtrace) in bash_init()
304 int xtrace = sh_isoption(SH_XTRACE); in nv_arraysettype() local327 if(xtrace) in nv_arraysettype()333 if(xtrace) in nv_arraysettype()
315 int n=0,xtrace,verbose; in bash_init() local 411 xtrace = sh_isoption(SH_XTRACE); in bash_init() 419 if(xtrace) in bash_init()
408 int xtrace = sh_isoption(SH_XTRACE); in nv_arraysettype() local 431 if(xtrace) in nv_arraysettype() 437 if(xtrace) in nv_arraysettype()
34 set -o xtrace
70 set -o xtrace
45 set -o xtrace273 set -o xtrace496 set -o xtrace
1152 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
225 # { exec interactive login_shell restricted xtrace } in the following test313 rc restricted xtrace427 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'
55 if [[ -o xtrace ]]
313 rc restricted xtrace427 noglob trackall keyword noexec nounset verbose xtrace braceexpand \
71 PS1='$(set +o xtrace +o errexit
97 coredump when name is an environment variable and xtrace is on has635 10-09-13 A bug which occurred when both xtrace and showme options where636 specified in which the xtrace option disabled showme has been fixed.