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

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dsearch.c64 static int noninc_history_pos; variable
165 if (string == 0 || *string == '\0' || noninc_history_pos < 0)
171 pos = noninc_search_from_pos (string, noninc_history_pos + dir, dir, flags, (int *)0);
182 noninc_history_pos = pos;
185 history_set_pos (noninc_history_pos);
342 noninc_history_pos = cxt->save_line;
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dsearch.c64 static int noninc_history_pos; variable
165 if (string == 0 || *string == '\0' || noninc_history_pos < 0)
171 pos = noninc_search_from_pos (string, noninc_history_pos + dir, dir, flags, &ind);
182 noninc_history_pos = pos;
185 history_set_pos (noninc_history_pos);
379 noninc_history_pos = cxt->save_line;

Completed in 114 milliseconds