Home
last modified time | relevance | path

Searched refs:LEAFINDICATOR (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c74 #define LEAFINDICATOR -99 macro
119 if ((off = _list->lst_less) == LEAFINDICATOR) in msgid_to_msgstr()
122 if ((off = _list->lst_more) == LEAFINDICATOR) in msgid_to_msgstr()
/titanic_41/usr/src/lib/libc/inc/
H A Dmsgfmt.h116 #define LEAFINDICATOR -99 macro
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c844 if (check_msg_list->less != LEAFINDICATOR) { in key_2_text()
852 if (check_msg_list->more != LEAFINDICATOR) { in key_2_text()
/titanic_41/usr/src/cmd/msgfmt/
H A Dmsgfmt.c848 return (LEAFINDICATOR); in binary_compute()