Searched defs:PLURAL (Results 1 – 3 of 3) sorted by relevance
122 #define PLURAL(n) ((n) == 1 ? "" : "s") macro
38 #define PLURAL(count) (((count) == 1) ? error_message(IMPORT_SINGLE_RECORD) : error_message(IMPORT_… macro
227 #define PLURAL(n) plural((int)n) macro