Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c746 enum { hist_init_first, hist_init_retry, hist_init_restore } hs; in hist_init() enumerator
777 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) { in hist_init()
836 hs = hist_init_restore; in hist_init()
839 if (hs == hist_init_restore) in hist_init()