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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h255 extern int max_input_history;
H A Dhistory.c76 int max_input_history; /* backwards compatibility */ variable
481 max_input_history = history_max_entries = max;
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h109 extern int max_input_history;
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c90 int max_input_history = 0; variable
303 max_input_history = INT_MAX;
1121 max_input_history = max;
1135 omax = max_input_history;
1136 max_input_history = INT_MAX;
1146 return (max_input_history != INT_MAX);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtop.c1138 /* FIXME: kettenis/20020817: max_input_history is renamed into
1142 defining max_input_history. */
1143 if ((history_is_stifled () && (history_length >= max_input_history)) ||

Completed in 63 milliseconds