Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c79 #define MKSH_MAXHISTFSIZE ((off_t)1048576 * 96) macro
327 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) { in c_fc()
796 if (histfsize > MKSH_MAXHISTFSIZE) { in hist_persist_init()
975 sizenow <= MKSH_MAXHISTFSIZE in writehistfile()