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

/haiku-fatelf/src/bin/bash/lib/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;
H A Disearch.c73 /* static char *prev_line_found; */
103 cxt->prev_line_found = 0;
571 while ((cxt->prev_line_found && STREQ (cxt->prev_line_found, cxt->lines[cxt->history_pos])) ||
594 cxt->prev_line_found = cxt->lines[cxt->history_pos];
H A Drlprivate.h78 char *prev_line_found; member in struct:__rl_search_context
/haiku-fatelf/src/bin/gdb/readline/
H A Dsearch.c64 static char *prev_line_found = (char *) NULL; variable
372 if (prev_line_found && STREQ (prev_line_found, temp->line))
374 prev_line_found = temp->line;
414 prev_line_found = (char *)NULL;
H A Disearch.c67 static char *prev_line_found; variable
235 prev_line_found = (char *)0; /* XXX */
485 while ((prev_line_found && STREQ (prev_line_found, lines[i])) ||
508 prev_line_found = lines[i];

Completed in 98 milliseconds