Searched refs:MKSH_MAXHISTFSIZE (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dhistrap.c85 #define MKSH_MAXHISTFSIZE ((off_t)1048576 * 96) macro
340 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) {
734 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) {
896 sizenow <= MKSH_MAXHISTFSIZE
901 /* both sizenow and histfsize are <= MKSH_MAXHISTFSIZE */

Completed in 51 milliseconds