Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c707 enum { hist_init_first, hist_init_retry, hist_init_restore } hs; in hist_init() enumerator
737 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) { in hist_init()
796 hs = hist_init_restore; in hist_init()
799 if (hs == hist_init_restore) in hist_init()