Searched refs:max_pattern_dep_length (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Drule.h46 extern unsigned int max_pattern_dep_length;
H A Drule.c52 unsigned int max_pattern_dep_length;
77 max_pattern_dep_length = 0;
115 if (len > max_pattern_dep_length)
116 max_pattern_dep_length = len;
51 unsigned int max_pattern_dep_length; variable
H A Dimplicit.c228 register char *depname = (char *) alloca (namelen + max_pattern_dep_length);

Completed in 122 milliseconds