Searched refs:SH_HISTORY (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dmain.c401 sh_onoption(SH_HISTORY);
413 sh_offstate(SH_HISTORY);
414 sh_offoption(SH_HISTORY);
559 if(sh_isoption(SH_HISTORY))
560 sh_onstate(SH_HISTORY);
569 sh_offstate(SH_HISTORY);
H A Dfault.c450 int was_history = sh_isstate(SH_HISTORY);
459 sh_offstate(SH_HISTORY);
498 sh_onstate(SH_HISTORY);
H A Dargs.c429 sh_onstate(SH_HISTORY);
430 sh_onoption(SH_HISTORY);
434 sh_offstate(SH_HISTORY);
435 sh_offoption(SH_HISTORY);
H A Dlex.c193 if(sh_isstate(SH_HISTORY) && shp->gd->hist_ptr)
/ast/src/cmd/ksh93/bltins/
H A Dhist.c260 sh_onstate(SH_HISTORY);
279 sh_offstate(SH_HISTORY);
H A Dprint.c219 sh_onstate(SH_HISTORY);
357 sh_offstate(SH_HISTORY);
/ast/src/lib/libtksh/src/
H A Deval.c435 hist_state = sh_isoption(SH_HISTORY);
436 sh_onoption(SH_HISTORY);
439 sh_offoption(SH_HISTORY);
/ast/src/cmd/ksh93/include/
H A Dshell.h64 #define SH_HISTORY 1 /* used also as a state */ macro
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c567 sh_onstate(SH_HISTORY);
H A Dhistory.c784 sh_offoption(SH_HISTORY);

Completed in 31 milliseconds