Searched defs:gettext (Results 1 – 8 of 8) sorted by relevance
109 # define gettext(msgid) dgettext (NULL, msgid) macro
40 # define gettext(msgid) (msgid) macro
14 static inline const char *gettext(const char *txt) { return txt; } in gettext() function
20 # define gettext(Msgid) ((const char *) (Msgid)) macro
32 # define gettext(Msgid) ((const char *) (Msgid)) macro