Searched defs:Msgid2 (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/texinfo/lib/ |
H A D | gettext.h | 47 # define ngettext(Msgid1, Msgid2, N) \ argument 49 # define dngettext(Domainname, Msgid1, Msgid2, N) \ argument 51 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
H A D | libgettext.h | 33 # define ngettext(Msgid1, Msgid2, N) \ argument 35 # define dngettext(Domainname, Msgid1, Msgid2, N) \ argument 37 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
|