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

/freebsd-13-stable/contrib/libedit/
H A Dreadline.c1584 static HIST_ENTRY *_history_list; variable
1601 if ((nl = el_realloc(_history_list,
1604 _history_list = nl;
1608 _history_listp[i] = &_history_list[i];
1609 _history_list[i].line = ev.str;
1610 _history_list[i].data = NULL;

Completed in 88 milliseconds