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

/freebsd-13-stable/contrib/libedit/
H A Dreadline.c1583 static HIST_ENTRY **_history_listp; variable
1596 if ((nlp = el_realloc(_history_listp,
1599 _history_listp = nlp;
1608 _history_listp[i] = &_history_list[i];
1614 _history_listp[i] = NULL;
1615 return _history_listp;

Completed in 129 milliseconds