Home
last modified time | relevance | path

Searched refs:HISTFILE (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Doptions.sh31 unset HISTFILE
437 exp=$(HISTFILE=$histfile $SHELL -c $'function foo\n{\ncat\n}\ntype foo')
438 for var in HISTSIZE HISTFILE
439 do got=$( ( HISTFILE=$histfile $SHELL +E -ic $'unset '$var$'\nfunction foo\n{\ncat\n}\ntype foo\nex…
442 …got=$( { HISTFILE=$histfile $SHELL +E -ic $'unset '$var$'\nfunction foo\n{\ncat\n}\ntype foo\nexit…
446 ( unset HISTFILE; $SHELL -ic "HISTFILE=$histfile" 2>/dev/null ) || err_exit "setting HISTFILE when …
H A Dattributes.sh413 HISTFILE=foo
415 HISTFILE=foo
416 [[ $HISTFILE == foo ]] || err_exit 'typeset -u PS1 affects HISTFILE'
H A Dreturn.sh36 unset HISTFILE
H A Dpty.sh75 export PS1=':test-!: ' PS2='> ' PS4=': ' ENV= EXINIT= HISTFILE= TERM=dumb VISUAL=vi LC_ALL=C
H A Dio.sh34 unset HISTFILE
H A Dshtests168 unset DISPLAY ENV FIGNORE HISTFILE
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.rt5 EXPORT HOME=. ENV=.env.sh LC_ALL=C HISTFILE=
H A DRELEASE264 for some other variables, for exampe, HISTFILE has been fixed.
1395 08-05-08 +Changing the value of HISTFILE or HISTSIZE will cause the old
H A Dsh.memo401 \fB\s-1HISTFILE\s+1\fP
H A Dksh-regress.tst7 EXPORT HOME=. ENV=.env.sh LC_ALL=C HISTFILE=''
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dvariables.h43 #define HISTFILE (shgd->bltin_nodes+13) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c240 if(!(histname = nv_getval(HISTFILE))) in sh_histinit()
H A Dedit.c1667 if(!(hp=ep->sh->gd->hist_ptr) && (!nv_getval(HISTFILE) || !sh_histinit(ep->sh)))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c294 if(np==HISTFILE && (cp=nv_getval(np)) && strcmp(val,cp)==0) in put_history()
1895 nv_stack(HISTFILE, &ip->HISTFILE_init); in nv_init()
H A Dpath.c1347 if(shp->gd->hist_ptr && (path=nv_getval(HISTFILE)) && strcmp(path,shp->gd->hist_ptr->histname)) in exscript()