Searched refs:lookup_pattern_var (Results 1 – 2 of 2) sorted by relevance
67 lookup_pattern_var (struct pattern_var *start, char *target) in lookup_pattern_var() function485 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()
1594 * rule.c (create_pattern_var, lookup_pattern_var): Move these to1598 lookup_pattern_var() in a loop, until no more matches are found.1602 (lookup_pattern_var): Change this function to be usable