Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDreadline.c194 static HIST_ENTRY rl_he; variable
1699 rl_he.line = ev.str; in current_history()
1700 rl_he.data = NULL; in current_history()
1701 return &rl_he; in current_history()