gettext            35 gnulib-tests/argmatch.c #define _(msgid) gettext (msgid)
gettext            45 lib/c-stack.c  #define _(msgid) gettext (msgid)
gettext            33 lib/error.c    # define _(msgid) gettext (msgid)
gettext            26 lib/file-type.c #define _(text) gettext (text)
gettext            37 lib/getopt.c   # define _(msgid) gettext (msgid)
gettext            72 lib/gettext.h  # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
gettext           155 lib/propername.c   const char *translation = gettext (name);
gettext           185 lib/propername.c   const char *translation = gettext (name_ascii);
gettext            36 lib/quotearg.c #define _(msgid) gettext (msgid)
gettext           240 lib/regcomp.c    return gettext (__re_error_msgid + __re_error_msgid_idx[(int) ret]);
gettext           561 lib/regcomp.c    msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]);
gettext           702 lib/regcomp.c  	return gettext ("No previous regular expression");
gettext           719 lib/regcomp.c  	return (char *) gettext (__re_error_msgid
gettext           735 lib/regcomp.c    return (char *) gettext (__re_error_msgid + __re_error_msgid_idx[(int) ret]);
gettext            33 lib/version-etc.c #define _(msgid) gettext (msgid)
gettext            29 lib/xalloc-die.c #define _(msgid) gettext (msgid)
gettext            27 lib/xfreopen.c #define _(msgid) gettext (msgid)
gettext            86 lib/xstrtol-error.c   error (exit_status, 0, gettext (msgid), hyphens, option, arg);
gettext            91 src/system.h   #define _(msgid) gettext (msgid)