Home
last modified time | relevance | path

Searched refs:_nl_msg_cat_cntr (Results 1 – 13 of 13) sorted by relevance

/third_party/gettext/os2/
Dbackward.def13 _$_nl_msg_cat_cntr=_nl_msg_cat_cntr @11 NONAME
/third_party/gettext/gettext-runtime/intl/
DgettextP.h226 # define _nl_msg_cat_cntr libintl_nl_msg_cat_cntr macro
230 extern LIBGLOCALE_DLL_EXPORTED int _nl_msg_cat_cntr;
232 extern LIBINTL_DLL_EXPORTED int _nl_msg_cat_cntr;
Dsetlocale.c1588 ++_nl_msg_cat_cntr; in libintl_setlocale()
1608 ++_nl_msg_cat_cntr; in libintl_setlocale()
1645 ++_nl_msg_cat_cntr; in libintl_setlocale()
1654 ++_nl_msg_cat_cntr; in libintl_setlocale()
Dtextdomain.c111 ++_nl_msg_cat_cntr; in gl_rwlock_define()
Ddcigettext.c567 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) in gl_dcigettext()
874 newp->counter = _nl_msg_cat_cntr; in gl_dcigettext()
896 (*foundp)->counter = _nl_msg_cat_cntr; in gl_dcigettext()
Dloadmsgcat.c426 int _nl_msg_cat_cntr = 0; variable
428 int _nl_msg_cat_cntr; variable
Dbindtextdom.c405 ++_nl_msg_cat_cntr; in gl_rwlock_define()
DChangeLog.0261 catalogs by incrementing _nl_msg_cat_cntr.
2265 (_nl_msg_cat_cntr): Export also from libglocale.
2333 (_nl_msg_cat_cntr): Export.
4782 `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
/third_party/gettext/gettext-runtime/m4/
Dgettext.m4160 extern int _nl_msg_cat_cntr;
162 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
197 extern int _nl_msg_cat_cntr;
203 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
223 extern int _nl_msg_cat_cntr;
229 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
/third_party/glib/m4macros/
Dglib-gettext.m4275 AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
276 return _nl_msg_cat_cntr],
/third_party/e2fsprogs/
Daclocal.m4660 extern int _nl_msg_cat_cntr;
662 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
697 extern int _nl_msg_cat_cntr;
703 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
723 extern int _nl_msg_cat_cntr;
729 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
Dconfigure8585 extern int _nl_msg_cat_cntr;
/third_party/gettext/gettext-tools/doc/
Dgettext.texi7290 extern int _nl_msg_cat_cntr;
7291 ++_nl_msg_cat_cntr;
7295 @cindex @code{_nl_msg_cat_cntr}
7296 The variable @code{_nl_msg_cat_cntr} is defined in @file{loadmsgcat.c}.