Searched refs:MKSH_MAXHISTFSIZE (Results 1 – 1 of 1) sorted by relevance
85 #define MKSH_MAXHISTFSIZE ((off_t)1048576 * 96) macro344 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) { in c_fc()777 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) { in hist_init()938 sizenow <= MKSH_MAXHISTFSIZE in writehistfile()