Searched refs:expanded_value (Results 1 – 1 of 1) sorted by relevance
39 char *expanded_value; in Parse_Info() local147 else if ((expanded_value = in Parse_Info()151 err += callproc (repository, expanded_value, closure); in Parse_Info()152 free (expanded_value); in Parse_Info()175 expanded_value = expand_path (value, current_parsed_root->directory, in Parse_Info()177 if (expanded_value) in Parse_Info()179 err += callproc (repository, expanded_value, closure); in Parse_Info()180 free (expanded_value); in Parse_Info()194 expanded_value = expand_path (default_value, in Parse_Info()197 if (expanded_value) in Parse_Info()[all …]