Searched defs:PLURAL (Results 1 – 3 of 3) sorted by relevance
409 #define PLURAL(n) (n) > 1 ? "s" : "" in do_params() macro
239 #define PLURAL(c) (c) == 1 ? "" : "s" in chattach() macro
375 #define PLURAL(s) ((s) == 1 ? "" : "s") macro