Searched refs:allocated_line (Results 1 – 2 of 2) sorted by relevance
95 cxt->allocated_line = 0;125 FREE (cxt->allocated_line);232 cxt->allocated_line = (char *)xmalloc (1 + strlen (rl_line_buffer));233 strcpy (cxt->allocated_line, &rl_line_buffer[0]);234 cxt->lines[i] = cxt->allocated_line;
56 char *allocated_line; member