Searched refs:last_found_line (Results 1 – 2 of 2) sorted by relevance
101 cxt->last_found_line = cxt->save_line;275 if (cxt->last_found_line < cxt->save_line)276 rl_get_previous_history (cxt->save_line - cxt->last_found_line, 0);278 rl_get_next_history (cxt->last_found_line - cxt->save_line, 0);285 if (cxt->last_found_line == cxt->save_line)334 cxt->history_pos = cxt->last_found_line;584 cxt->history_pos = cxt->last_found_line;596 cxt->last_found_line = cxt->history_pos;
63 int last_found_line; member