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

/external/libedit/src/
H A Dreadline.c200 static HIST_ENTRY rl_he; local
205 rl_he.line = ev.str;
206 rl_he.data = NULL;
208 return &rl_he;
534 HIST_ENTRY *rl_he; local
544 if (!(rl_he = history_get(num)))
548 return rl_he->line;

Completed in 1011 milliseconds