Home | History | Annotate | Download | only in atree

Lines Matching full:error

110                   bool* error) {
140 *error = true;
205 fprintf(stderr, "error reading file %s. (%s)\n",
251 bool error = false;
252 string w0 = replace_variables(words[0], variables, &error);
253 if (error) {
261 bool error = false;
263 w0 = replace_variables(words[0], variables, &error);
264 if (!error) {
265 w1 = replace_variables(words[1], variables, &error);
267 if (error) {