Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dvariable.c67 lookup_pattern_var (struct pattern_var *start, char *target) in lookup_pattern_var() function
485 p = lookup_pattern_var (0, file->name); in initialize_file_variables()
523 while ((p = lookup_pattern_var (p, file->name)) != 0); in initialize_file_variables()
H A DChangeLog1594 * rule.c (create_pattern_var, lookup_pattern_var): Move these to
1598 lookup_pattern_var() in a loop, until no more matches are found.
1602 (lookup_pattern_var): Change this function to be usable