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

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dsearch.c72 static char *history_search_string; variable
493 history_search_string. If history_search_string[0] == '^', the
500 ret = noninc_search_from_pos (history_search_string, rl_history_search_pos + dir, dir, 0, &newcol);
549 t = strstr (rl_line_buffer, history_search_string); /* XXX */
576 history_search_string = (char *)xrealloc (history_search_string, history_string_size);
580 history_search_string[sind++] = '^';
581 strncpy (history_search_string + sind, rl_line_buffer, rl_point);
582 history_search_string[rl_poin
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dsearch.c72 static char *history_search_string; variable
530 history_search_string. If history_search_string[0] == '^', the
537 ret = noninc_search_from_pos (history_search_string, rl_history_search_pos + dir, dir, 0, &newcol);
586 t = strstr (rl_line_buffer, history_search_string); /* XXX */
613 history_search_string = (char *)xrealloc (history_search_string, history_string_size);
617 history_search_string[sind++] = '^';
618 strncpy (history_search_string + sind, rl_line_buffer, rl_point);
619 history_search_string[rl_poin
[all...]

Completed in 190 milliseconds