Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dhistrap.c79 #define MKSH_MAXHISTFSIZE ((off_t)1048576 * 96) macro
327 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) { in c_fc()
799 if (histfsize > MKSH_MAXHISTFSIZE) { in hist_persist_init()
978 sizenow <= MKSH_MAXHISTFSIZE in writehistfile()
983 /* both sizenow and histfsize are <= MKSH_MAXHISTFSIZE */ in writehistfile()

Completed in 2 milliseconds