Home | History | Annotate | Download | only in atree

Lines Matching refs:variables

129                   const map<string, string>& variables,
131 if (variables.empty()) {
150 for (map<string, string>::const_iterator it = variables.begin();
151 it != variables.end(); ++it) {
161 fprintf(stderr, "Recursive replacement detected during variables "
162 "substitution. Full list of variables is: ");
164 for (map<string, string>::const_iterator it = variables.begin();
165 it != variables.end(); ++it) {
179 const map<string, string>& variables,
288 paths[pcount++] = replace_variables(word, variables, &error);