Home | History | Annotate | Download | only in atree

Lines Matching defs:error

130                   bool* error) {
160 *error = true;
225 fprintf(stderr, "error reading file %s. (%s)\n",
276 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
282 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
287 bool error = false;
288 paths[pcount++] = replace_variables(word, variables, &error);
289 if (error) {
294 errstr = "Error: More than 2 paths per line.";
300 errstr = "Error: No path found on line.";