Lines Matching refs:alloc_lines
201 int alloc_lines = current->alloc_lines; local
204 int *cureqs = (int *) xmalloc (alloc_lines * sizeof (int));
331 if (line == alloc_lines)
334 alloc_lines = 2 * alloc_lines - linbuf_base;
335 cureqs = (int *) xrealloc (cureqs, alloc_lines * sizeof (*cureqs));
337 (alloc_lines - linbuf_base)
353 if (line == alloc_lines)
356 alloc_lines = 2 * alloc_lines - linbuf_base;
358 (alloc_lines - linbuf_base)
379 current->alloc_lines = alloc_lines;
620 filevec[0].alloc_lines = alloc_lines0 - buffered_prefix;
621 filevec[1].alloc_lines = alloc_lines1 - buffered_prefix;
691 equivs_alloc = filevec[0].alloc_lines + filevec[1].alloc_lines + 1;