Searched refs:ReportMismatch (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | action.c | 302 ReportMismatch(unsigned action, unsigned field, const char *type) function in typeref:typename:Bool 358 return ReportMismatch(action, field, "boolean"); 386 return ReportMismatch(action, F_Modifiers, "modifier mask"); 462 return ReportMismatch(action->type, field, "lock or unlock"); 515 return ReportMismatch(action, F_Group, "integer (range 1..8)"); 623 return ReportMismatch(action->type, field, "integer"); 641 return ReportMismatch(action->type, field, "boolean"); 675 return ReportMismatch(action->type, field, 691 return ReportMismatch(action->type, field, "lock or unlock"); 702 return ReportMismatch(actio [all...] |
Completed in 5 milliseconds