Home
last modified time | relevance | path

Searched refs:_history_list (Results 1 – 1 of 1) sorted by relevance

/netbsd/lib/libedit/
H A Dreadline.c1654 static HIST_ENTRY *_history_list; variable
1671 if ((nl = el_realloc(_history_list, in history_list()
1674 _history_list = nl; in history_list()
1678 _history_listp[i] = &_history_list[i]; in history_list()
1679 _history_list[i].line = ev.str; in history_list()
1680 _history_list[i].data = NULL; in history_list()