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

/freebsd-10.2-release/contrib/libreadline/
H A Dsearch.c64 static int noninc_history_pos; variable
152 if (string == 0 || *string == '\0' || noninc_history_pos < 0)
158 pos = noninc_search_from_pos (string, noninc_history_pos + dir, dir);
169 noninc_history_pos = pos;
172 history_set_pos (noninc_history_pos);
328 noninc_history_pos = cxt->save_line;

Completed in 95 milliseconds