Lines Matching refs:alloc_lines
199 int alloc_lines = current->alloc_lines; local
202 int *cureqs = (int *) xmalloc (alloc_lines * sizeof (int));
329 if (line == alloc_lines)
332 alloc_lines = 2 * alloc_lines - linbuf_base;
333 cureqs = (int *) xrealloc (cureqs, alloc_lines * sizeof (*cureqs));
335 (alloc_lines - linbuf_base)
351 if (line == alloc_lines)
354 alloc_lines = 2 * alloc_lines - linbuf_base;
356 (alloc_lines - linbuf_base)
377 current->alloc_lines = alloc_lines;
618 filevec[0].alloc_lines = alloc_lines0 - buffered_prefix;
619 filevec[1].alloc_lines = alloc_lines1 - buffered_prefix;
689 equivs_alloc = filevec[0].alloc_lines + filevec[1].alloc_lines + 1;