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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.c75 int history_max_entries; variable
270 if (history_stifled && (history_length == history_max_entries))
275 and it equals history_max_entries, we don't save items. */
481 max_input_history = history_max_entries = max;
493 return (history_max_entries);
496 return (-history_max_entries);
H A Dhistory.h243 extern int history_max_entries;

Completed in 168 milliseconds