msgid 45 lib/getopt.c # define _(msgid) gettext (msgid) msgid 150 lib/gettext.h const char *msg_ctxt_id, const char *msgid, msgid 155 lib/gettext.h return msgid; msgid 169 lib/gettext.h const char *msg_ctxt_id, const char *msgid, msgid 176 lib/gettext.h return (n == 1 ? msgid : msgid_plural); msgid 219 lib/gettext.h const char *msgctxt, const char *msgid, msgid 223 lib/gettext.h size_t msgid_len = strlen (msgid) + 1; msgid 239 lib/gettext.h memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); msgid 249 lib/gettext.h return msgid; msgid 266 lib/gettext.h const char *msgctxt, const char *msgid, msgid 271 lib/gettext.h size_t msgid_len = strlen (msgid) + 1; msgid 287 lib/gettext.h memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); msgid 297 lib/gettext.h return (n == 1 ? msgid : msgid_plural); msgid 105 lib/regex_internal.h # define gettext(msgid) \ msgid 106 lib/regex_internal.h __dcgettext (_libc_intl_domainname, msgid, LC_MESSAGES) msgid 110 lib/regex_internal.h # define gettext(msgid) (msgid) msgid 3170 src/editfns.c (Lisp_Object msgid, Lisp_Object msgid_plural, Lisp_Object n) msgid 3172 src/editfns.c CHECK_STRING (msgid); msgid 3177 src/editfns.c return BASE_EQ (n, make_fixnum (1)) ? msgid : msgid_plural; msgid 5143 src/lisp.h extern AVOID fatal (const char *msgid, ...) ATTRIBUTE_FORMAT_PRINTF (1, 2); msgid 4410 test/manual/etags/c-src/emacs/src/lisp.h extern _Noreturn void fatal (const char *msgid, ...) msgid 107 test/manual/etags/php-src/lce_functions.php var $msgid; msgid 146 test/manual/etags/php-src/lce_functions.php $this->msgid_lc = $this->lineCount($this->msgid); msgid 157 test/manual/etags/php-src/lce_functions.php $content .= "msgid \"" . $this->msgid . "\"\n"; msgid 165 test/manual/etags/php-src/lce_functions.php var $msgid; msgid 177 test/manual/etags/php-src/lce_functions.php function gettext($msgid) msgid 179 test/manual/etags/php-src/lce_functions.php if(isset($this->po_entries[$msgid])) msgid 181 test/manual/etags/php-src/lce_functions.php $po = $this->po_entries[$msgid]; msgid 185 test/manual/etags/php-src/lce_functions.php return $msgid; msgid 202 test/manual/etags/php-src/lce_functions.php $msgid = $prefix . "_POE" . $i . "_MSGID"; msgid 203 test/manual/etags/php-src/lce_functions.php $msgid = $$msgid; msgid 309 test/manual/etags/php-src/lce_functions.php $this->msgid .= $line; msgid 333 test/manual/etags/php-src/lce_functions.php $poe->msgid = trim($this->msgid); msgid 335 test/manual/etags/php-src/lce_functions.php $this->po_entries[trim($this->msgid)] = $poe; msgid 345 test/manual/etags/php-src/lce_functions.php $this->msgid = ""; msgid 362 test/manual/etags/php-src/lce_functions.php $this->msgid = ""; msgid 620 test/manual/etags/php-src/lce_functions.php function lce_gettext($msgid) msgid 623 test/manual/etags/php-src/lce_functions.php return lce_dgettext($LCE_DOMAIN, $msgid); msgid 626 test/manual/etags/php-src/lce_functions.php function lce_dgettext($domain, $msgid) msgid 630 test/manual/etags/php-src/lce_functions.php return $por->gettext($msgid); msgid 631 test/manual/etags/php-src/lce_functions.php return $msgid; msgid 661 test/manual/etags/php-src/lce_functions.php function lce_gettext($msgid) msgid 663 test/manual/etags/php-src/lce_functions.php return gettext($msgid); msgid 666 test/manual/etags/php-src/lce_functions.php function lce_dgettext($domain, $msgid) msgid 668 test/manual/etags/php-src/lce_functions.php return dgettext($domain, $msgid);