Lines Matching defs:errors
52 * take and execute them all at the end. This allows us to find all errors
1177 int errors;
1187 errors = 0;
1215 if (exec_keycode (&op->keycode) < 0) errors++;
1222 if (exec_add (&op->addmodifier) < 0) errors++;
1226 if (exec_remove (&op->removemodifier) < 0) errors++;
1230 if (exec_clear (&op->clearmodifier) < 0) errors++;
1234 if (exec_pointer (&op->pointer) < 0) errors++;
1244 if (UpdateModifierMapping (map) < 0) errors++;
1247 return (errors > 0 ? -1 : 0);