Home | History | Annotate | Download | only in atree

Lines Matching refs:variables

109                   const map<string, string>& variables,
111 if (variables.empty()) {
130 for (map<string, string>::const_iterator it = variables.begin();
131 it != variables.end(); ++it) {
141 fprintf(stderr, "Recursive replacement detected during variables "
142 "substitution. Full list of variables is: ");
144 for (map<string, string>::const_iterator it = variables.begin();
145 it != variables.end(); ++it) {
159 const map<string, string>& variables,
252 string w0 = replace_variables(words[0], variables, &error);
263 w0 = replace_variables(words[0], variables, &error);
265 w1 = replace_variables(words[1], variables, &error);