Home
last modified time | relevance | path

Searched refs:collapsed_length (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c457 unsigned int collapsed_length = 0; in eval() local
568 if (collapsed_length < linelen+1) in eval()
570 collapsed_length = linelen+1; in eval()
573 collapsed = (char *) xmalloc (collapsed_length); in eval()