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

/freebsd-10.1-release/contrib/libreadline/
H A Dsearch.c66 static char *prev_line_found = (char *) NULL; variable
478 if (prev_line_found && STREQ (prev_line_found, temp->line))
480 prev_line_found = temp->line;
520 prev_line_found = (char *)NULL;
H A Disearch.c72 /* static char *prev_line_found; */
102 cxt->prev_line_found = 0;
570 while ((cxt->prev_line_found && STREQ (cxt->prev_line_found, cxt->lines[cxt->history_pos])) ||
593 cxt->prev_line_found = cxt->lines[cxt->history_pos];
H A Drlprivate.h64 char *prev_line_found; member in struct:__rl_search_context

Completed in 113 milliseconds