Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/ksh/
H A DMakefile.com98 set -o xtrace ; \
109 set -o xtrace ; \
H A DMakefile67 @(set -o xtrace ; \
/illumos-gate/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()
/illumos-gate/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.sh313 rc restricted xtrace
427 noglob trackall keyword noexec nounset verbose xtrace braceexpand \
H A Dpty.sh55 if [[ -o xtrace ]]
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc71 PS1='$(set +o xtrace +o errexit
/illumos-gate/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.