Searched refs:candidate_item (Results 1 – 1 of 1) sorted by relevance
3581 Item *i = ia->items + ni, *candidate_item = NULL; in read_config_file() local3598 candidate_item = j; in read_config_file()3602 if (candidate_item in read_config_file()3603 …? (path_startswith(j->path, candidate_item->path) && fnmatch(i->path, j->path, FNM_PATHNAME | FNM_… in read_config_file()3605 candidate_item = j; in read_config_file()3608 if (candidate_item && candidate_item->age_set) { in read_config_file()3609 i->age = candidate_item->age; in read_config_file()