Home
last modified time | relevance | path

Searched refs:xtrace (Results 1 – 19 of 19) sorted by relevance

/titanic_51/usr/src/cmd/ksh/
H A DMakefile.com100 set -o xtrace ; \
111 set -o xtrace ; \
H A DMakefile66 @(set -o xtrace ; \
/titanic_51/usr/src/cmd/ast/ksh/
H A DMakefile.com94 set -o xtrace ; \
105 set -o xtrace ; \
H A DMakefile67 @(set -o xtrace ; \
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dbash.c316 int n=0,xtrace,verbose; in bash_init() local
412 xtrace = sh_isoption(SH_XTRACE); in bash_init()
420 if(xtrace) in bash_init()
H A Darray.c304 int xtrace = sh_isoption(SH_XTRACE); in nv_arraysettype() local
327 if(xtrace) in nv_arraysettype()
333 if(xtrace) in nv_arraysettype()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c315 int n=0,xtrace,verbose; in bash_init() local
411 xtrace = sh_isoption(SH_XTRACE); in bash_init()
419 if(xtrace) in bash_init()
H A Darray.c408 int xtrace = sh_isoption(SH_XTRACE); in nv_arraysettype() local
431 if(xtrace) in nv_arraysettype()
437 if(xtrace) in nv_arraysettype()
/titanic_51/usr/src/lib/libshell/common/scripts/
H A Dtest_net_sctp.sh34 set -o xtrace
H A Dshircbot.sh70 set -o xtrace
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/
H A Dtest_net_sctp.sh34 set -o xtrace
H A Dshircbot.sh70 set -o xtrace
/titanic_51/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh45 set -o xtrace
273 set -o xtrace
496 set -o xtrace
/titanic_51/usr/src/contrib/ast/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 ]]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Doptions.sh313 rc restricted xtrace
427 noglob trackall keyword noexec nounset verbose xtrace braceexpand \
/titanic_51/usr/src/cmd/nsadmin/
H A Dksh.kshrc71 PS1='$(set +o xtrace +o errexit
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE97 coredump when name is an environment variable and xtrace is on has
635 10-09-13 A bug which occurred when both xtrace and showme options where
636 specified in which the xtrace option disabled showme has been fixed.