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

/haiku-fatelf/src/bin/gdb/readline/
H A Disearch.c161 char **lines, *allocated_line; local
197 allocated_line = (char *)NULL;
219 allocated_line = (char *)xmalloc (1 + strlen (rl_line_buffer));
220 strcpy (allocated_line, &rl_line_buffer[0]);
221 lines[i] = allocated_line;
373 if (allocated_line)
374 free (allocated_line);
554 FREE (allocated_line);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Disearch.c96 cxt->allocated_line = 0;
126 FREE (cxt->allocated_line);
233 cxt->allocated_line = (char *)xmalloc (1 + strlen (rl_line_buffer));
234 strcpy (cxt->allocated_line, &rl_line_buffer[0]);
235 cxt->lines[i] = cxt->allocated_line;
H A Drlprivate.h70 char *allocated_line; member in struct:__rl_search_context

Completed in 54 milliseconds