Home | History | Annotate | Download | only in src

Lines Matching defs:hs

706 	enum { hist_init_first, hist_init_retry, hist_init_restore } hs;
719 hs = hist_init_first;
733 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) {
792 hs = hist_init_restore;
795 if (hs == hist_init_restore)
804 if (!unlink(hname) && hs != hist_init_retry) {
805 hs = hist_init_retry;
808 if (hs != hist_init_retry)