Searched refs:allocated_line (Results 1 – 2 of 2) sorted by relevance
96 cxt->allocated_line = 0;129 FREE (cxt->allocated_line);236 cxt->allocated_line = (char *)xmalloc (1 + strlen (rl_line_buffer));237 strcpy (cxt->allocated_line, &rl_line_buffer[0]);238 cxt->lines[i] = cxt->allocated_line;
71 char *allocated_line; member