Searched refs:cur_po (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/msgfmt/ |
H A D | gnu_check.c | 335 id_num, str_num, cur_po); in check_format() 339 id_num, str_num, cur_po); in check_format() 344 id_num, str_num, cur_po); in check_format() 348 id_num, str_num, cur_po); in check_format() 362 id_num, plural_num, cur_po); in check_format() 366 id_num, plural_num, cur_po); in check_format() 371 id_num, plural_num, cur_po); in check_format() 375 id_num, plural_num, cur_po); in check_format() 387 id_num, p->num, cur_po, i); in check_format() 391 id_num, p->num, cur_po, i); in check_format() [all …]
|
H A D | gnu_lex.c | 82 cur_line, cur_po); in get_mb() 89 cur_line, cur_po); in get_mb() 95 cur_line, cur_po); in get_mb() 110 cur_line, cur_po); in get_mb() 133 error(gettext(ERR_INTERNAL), cur_line, cur_po); in po_ungetc() 160 error(gettext(ERR_READ_FAILED), cur_po); in po_getc() 224 cur_line, cur_po); in expand_es() 278 cur_line, cur_po); in expand_es() 294 cur_line, cur_po); in expand_es() 319 cur_line, cur_po); in expand_es() [all …]
|
H A D | gnu_po.y | 127 error(gettext(ERR_NO_MSGSTR), $1, cur_po); 132 error(gettext(ERR_NO_MSGSTRS), $1, cur_po); 137 error(gettext(ERR_NO_MSGID_PLURAL), $1, cur_po); 207 error(gettext(ERR_INVALID_PLURALS), $1, cur_po); 227 gettext(ERR_LOCATION), cur_line, cur_po);
|
H A D | gnu_handle.c | 206 cur_line, cur_po, charset, DEST_CHARSET); in conv_init() 228 cur_line, cur_po, domainname); in handle_domain() 360 id->num, cur_po); in handle_message() 374 id->num, cur_po); in handle_message() 428 id->num, cur_po, str->num); in handle_message()
|
H A D | gnu_msgfmt.h | 67 #define cur_po (po_names[cur_po_index]) macro
|