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

/freebsd-10.2-release/contrib/libreadline/
H A Dsearch.c69 static int rl_history_search_pos; variable
466 ret = noninc_search_from_pos (history_search_string, rl_history_search_pos + dir, dir);
471 rl_history_search_pos = ret;
473 history_set_pos (rl_history_search_pos);
518 rl_history_search_pos = where_history ();

Completed in 43 milliseconds