Home | History | Annotate | Download | only in make-3.81

Lines Matching full:collapsed_length

461   unsigned int collapsed_length = 0;
572 if (collapsed_length < linelen+1)
574 collapsed_length = linelen+1;
577 collapsed = (char *) xmalloc (collapsed_length);