Home | History | Annotate | Download | only in src

Lines Matching full:hist_init_restore

706 	enum { hist_init_first, hist_init_retry, hist_init_restore } hs;
733 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) {
792 hs = hist_init_restore;
795 if (hs == hist_init_restore)