Searched refs:histfile (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Die.sh23 typeset env histfile show command opt prefix dll suffix ifs root path s
84 h) histfile=$OPTARG ;;
101 case $histfile in
102 '') histfile=${command##*/}
103 case $histfile in
104 [nox]?*) histfile=${histfile#?} ;;
106 histfile=$HOME/.$histfile
131 env="HISTFILE='$histfile' LD_PRELOA
[all...]
/ast/src/cmd/ksh93/tests/
H A Doptions.sh436 histfile=$tmp/history
437 exp=$(HISTFILE=$histfile $SHELL -c $'function foo\n{\ncat\n}\ntype foo')
439 do got=$( ( HISTFILE=$histfile $SHELL +E -ic $'unset '$var$'\nfunction foo\n{\ncat\n}\ntype foo\nexit' ) 2>&1 )
442 got=$( { HISTFILE=$histfile $SHELL +E -ic $'unset '$var$'\nfunction foo\n{\ncat\n}\ntype foo\nexit' ;} 2>&1 )
446 ( unset HISTFILE; $SHELL -ic "HISTFILE=$histfile" 2>/dev/null ) || err_exit "setting HISTFILE when not in environment fails"

Completed in 11 milliseconds