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