HomeSort by: relevance | last modified time | path
    Searched refs:history_max_entries (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
history.c 85 int history_max_entries; variable
284 if (history_stifled && (history_length == history_max_entries))
289 and it equals history_max_entries, we don't save items. */
308 if (history_stifled && history_max_entries > 0)
309 history_size = (history_max_entries > MAX_HISTORY_INITIAL_SIZE)
311 : history_max_entries + 2;
576 max_input_history = history_max_entries = max;
588 return (history_max_entries);
591 return (-history_max_entries);
history.h 257 extern int history_max_entries;
misc.c 693 #define HISTORY_FULL() (history_is_stifled () && history_length >= history_max_entries)
bind.c 3000 sprintf (numbuf, "%d", history_is_stifled() ? history_max_entries : 0);
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.c 85 int history_max_entries; variable
284 if (history_stifled && (history_length == history_max_entries))
289 and it equals history_max_entries, we don't save items. */
308 if (history_stifled && history_max_entries > 0)
309 history_size = (history_max_entries > MAX_HISTORY_INITIAL_SIZE)
311 : history_max_entries + 2;
576 max_input_history = history_max_entries = max;
588 return (history_max_entries);
591 return (-history_max_entries);
history.h 257 extern int history_max_entries;
misc.c 693 #define HISTORY_FULL() (history_is_stifled () && history_length >= history_max_entries)
bind.c 3000 sprintf (numbuf, "%d", history_is_stifled() ? history_max_entries : 0);
  /src/lib/libedit/readline/
readline.h 171 extern int history_max_entries;
  /src/external/gpl3/gdb.old/dist/gdb/
top.c 1093 if (history_is_stifled () && history_length >= history_max_entries)
1193 history_max_entries);
  /src/external/gpl3/gdb/dist/gdb/
top.c 1088 if (history_is_stifled () && history_length >= history_max_entries)
1188 history_max_entries);

Completed in 42 milliseconds