OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_history_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libedit/
readline.c
1654
static HIST_ENTRY *
_history_list
;
variable in typeref:typename:HIST_ENTRY *
1671
if ((nl = el_realloc(
_history_list
,
1674
_history_list
= nl;
1678
_history_listp[i] = &
_history_list
[i];
1679
_history_list
[i].line = ev.str;
1680
_history_list
[i].data = NULL;
Completed in 12 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025