Home
last modified time | relevance | path

Searched refs:prev_line_found (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dsearch.c65 static char *prev_line_found = (char *) NULL; variable
477 if (prev_line_found && STREQ (prev_line_found, temp->line))
479 prev_line_found = temp->line;
519 prev_line_found = (char *)NULL; in rl_history_search_reinit()
H A Disearch.c103 cxt->prev_line_found = 0;
594 while ((cxt->prev_line_found && STREQ (cxt->prev_line_found, cxt->lines[cxt->history_pos])) ||
617 cxt->prev_line_found = cxt->lines[cxt->history_pos];
H A Drlprivate.h79 char *prev_line_found; member