Home | History | Annotate | Download | only in regex

Lines Matching defs:gettext_noop

47 #ifndef gettext_noop
50 #define gettext_noop(String) String
946 gettext_noop ("Success"), /* REG_NOERROR */
947 gettext_noop ("No match"), /* REG_NOMATCH */
948 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
949 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
950 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
951 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
952 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
953 gettext_noop ("Unmatched [ or [^"), /* REG_EBRACK */
954 gettext_noop ("Unmatched ( or \\("), /* REG_EPAREN */
955 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
956 gettext_noop ("Invalid content of \\{\\}"), /* REG_BADBR */
957 gettext_noop ("Invalid range end"), /* REG_ERANGE */
958 gettext_noop ("Memory exhausted"), /* REG_ESPACE */
959 gettext_noop ("Invalid preceding regular expression"), /* REG_BADRPT */
960 gettext_noop ("Premature end of regular expression"), /* REG_EEND */
961 gettext_noop ("Regular expression too big"), /* REG_ESIZE */
962 gettext_noop ("Unmatched ) or \\)"), /* REG_ERPAREN */