Searched refs:linbuf_base (Results 1 – 3 of 3) sorted by relevance
201 int linbuf_base = current->linbuf_base; local332 alloc_lines = 2 * alloc_lines - linbuf_base;334 linbuf = (char const **) xrealloc (linbuf + linbuf_base,335 (alloc_lines - linbuf_base)337 - linbuf_base;354 alloc_lines = 2 * alloc_lines - linbuf_base;355 linbuf = (char const **) xrealloc (linbuf + linbuf_base,356 (alloc_lines - linbuf_base)358 - linbuf_base;616 filevec[0].linbuf_base = filevec[1].linbuf_base = - buffered_prefix;
233 int linbuf_base, buffered_lines, valid_lines, alloc_lines; member
1060 free (filevec[i].linbuf + filevec[i].linbuf_base);