Searched refs:gettext_noop (Results 1 – 7 of 7) sorted by relevance
56 #define gettext_noop(String) String macro
346 #define N_(msgid) gettext_noop (msgid)
28 #ifdef gettext_noop29 # define N_(String) gettext_noop(String)
44 #define N_(String) gettext_noop(String)
134 gettext_noop ("Success") /* REG_NOERROR */137 gettext_noop ("No match") /* REG_NOMATCH */140 gettext_noop ("Invalid regular expression") /* REG_BADPAT */143 gettext_noop ("Invalid collation character") /* REG_ECOLLATE */146 gettext_noop ("Invalid character class name") /* REG_ECTYPE */149 gettext_noop ("Trailing backslash") /* REG_EESCAPE */152 gettext_noop ("Invalid back reference") /* REG_ESUBREG */155 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */158 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */161 gettext_noop ("Unmatched \\{") /* REG_EBRACE */[all …]
104 #define gettext_noop(String) String macro
79 #ifndef gettext_noop82 # define gettext_noop(String) String macro