Searched defs:ngettext (Results 1 – 3 of 3) sorted by relevance
39 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
47 # define ngettext(Msgid1, Msgid2, N) \ macro
36 # define ngettext(Msgid1, Msgid2, N) \ macro75 # define ngettext(Msgid1, Msgid2, N) \ macro