Home
last modified time | relevance | path

Searched refs:SH_HISTORY (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c408 sh_onoption(SH_HISTORY); in exfile()
420 sh_offstate(SH_HISTORY); in exfile()
421 sh_offoption(SH_HISTORY); in exfile()
569 if(sh_isoption(SH_HISTORY)) in exfile()
570 sh_onstate(SH_HISTORY); in exfile()
579 sh_offstate(SH_HISTORY); in exfile()
H A Dargs.c438 sh_onstate(SH_HISTORY); in sh_applyopts()
439 sh_onoption(SH_HISTORY); in sh_applyopts()
443 sh_offstate(SH_HISTORY); in sh_applyopts()
444 sh_offoption(SH_HISTORY); in sh_applyopts()
H A Dfault.c450 int was_history = sh_isstate(SH_HISTORY); in sh_trap()
459 sh_offstate(SH_HISTORY); in sh_trap()
498 sh_onstate(SH_HISTORY); in sh_trap()
H A Dmacro.c2040 int was_history = sh_isstate(SH_HISTORY); in comsubst()
2102 sh_offstate(SH_HISTORY); in comsubst()
2155 sh_onstate(SH_HISTORY); in comsubst()
H A Dlex.c196 if(sh_isstate(SH_HISTORY) && shp->gd->hist_ptr) in lex_advance()
H A Dparse.c786 if(sh_isstate(SH_HISTORY) && shp->gd->hist_ptr) in funct()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c261 sh_onstate(SH_HISTORY); in b_hist()
280 sh_offstate(SH_HISTORY); in b_hist()
H A Dprint.c228 sh_onstate(SH_HISTORY); in b_print()
367 sh_offstate(SH_HISTORY); in b_print()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h64 #define SH_HISTORY 1 /* used also as a state */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c567 sh_onstate(SH_HISTORY); in ed_fulledit()
H A Dhistory.c784 sh_offoption(SH_HISTORY); in hist_flush()