HomeSort by relevance Sort by last modified time
    Searched full:hist_init_restore (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
histrap.c 706 enum { hist_init_first, hist_init_retry, hist_init_restore } hs; enumerator in enum:__anon12281
733 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) {
792 hs = hist_init_restore;
795 if (hs == hist_init_restore)
    [all...]

Completed in 68 milliseconds