HomeSort by: relevance | last modified time | path
    Searched defs:max_input_history (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
history.c 86 int max_input_history; /* backwards compatibility */ variable
576 max_input_history = history_max_entries = max;
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.c 86 int max_input_history; /* backwards compatibility */ variable
576 max_input_history = history_max_entries = max;
  /src/lib/libedit/
readline.c 103 int max_input_history = 0; variable
343 max_input_history = INT_MAX;
1248 max_input_history = max;
1277 omax = max_input_history;
1278 max_input_history = INT_MAX;
1288 return max_input_history != INT_MAX;

Completed in 22 milliseconds