gettext 45 lib/getopt.c # define _(msgid) gettext (msgid) gettext 70 lib/gettext.h # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) gettext 221 lib/regcomp.c return gettext (__re_error_msgid + __re_error_msgid_idx[(int) ret]); gettext 511 lib/regcomp.c msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]); gettext 650 lib/regcomp.c return gettext ("No previous regular expression"); gettext 667 lib/regcomp.c return (char *) gettext (__re_error_msgid gettext 683 lib/regcomp.c return (char *) gettext (__re_error_msgid + __re_error_msgid_idx[(int) ret]); gettext 630 test/manual/etags/php-src/lce_functions.php return $por->gettext($msgid); gettext 663 test/manual/etags/php-src/lce_functions.php return gettext($msgid);