Searched refs:max_input_history (Results 1 – 3 of 3) sorted by relevance
108 extern int max_input_history;
99 int max_input_history = 0; variable312 max_input_history = INT_MAX; in rl_initialize()1173 max_input_history = max; in stifle_history()1196 omax = max_input_history; in unstifle_history()1197 max_input_history = INT_MAX; in unstifle_history()1207 return max_input_history != INT_MAX; in history_is_stifled()
1135 if ((history_is_stifled () && (history_length >= max_input_history)) || in gdb_rl_operate_and_get_next()