Searched defs:gettext (Results 1 – 7 of 7) sorted by relevance
131 # define gettext(Msgid) \ macro168 # define gettext(Msgid) (Msgid) macro
61 gettext (const char *msgid) in gettext() function
110 static inline char *gettext (const char *__msgid) function
46 #define gettext(x) (x) macro
54 # define gettext(Msgid) ((const char *) (Msgid)) macro
111 # define gettext(a) (a) macro
45 # define gettext(String) (String) macro