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 - 2
of
2
) 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;
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 25 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025