Home
last modified time | relevance | path

Searched refs:msgstr_pos (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog.c56 char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, in call_add_message() argument
66 msgstr, msgstr_len, msgstr_pos, in call_add_message()
74 const lex_pos_ty *msgstr_pos) in call_frob_new_message() argument
80 methods->frob_new_message (this, mp, msgid_pos, msgstr_pos); in call_frob_new_message()
240 lex_pos_ty *msgstr_pos, in default_directive_message() argument
248 msgstr, msgstr_len, msgstr_pos, in default_directive_message()
342 lex_pos_ty *msgstr_pos, in default_add_message() argument
402 msgstr_pos); in default_add_message()
411 call_frob_new_message (this, mp, msgid_pos, msgstr_pos); in default_add_message()
H A Dread-catalog.h61 char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos,
71 const lex_pos_ty *msgstr_pos);
136 lex_pos_ty *msgstr_pos,
155 lex_pos_ty *msgstr_pos,
H A Dread-catalog-abstract.h83 lex_pos_ty *msgstr_pos,
173 lex_pos_ty *msgstr_pos,
H A Dread-catalog-abstract.c98 lex_pos_ty *msgstr_pos, in call_directive_message() argument
107 msgstr, msgstr_len, msgstr_pos, in call_directive_message()
209 char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, in po_callback_message() argument
218 msgstr, msgstr_len, msgstr_pos, in po_callback_message()
H A Dread-stringtable.c847 lex_pos_ty msgstr_pos; in stringtable_parse() local
881 msgstr_pos = msgid_pos; in stringtable_parse()
883 msgstr, strlen (msgstr) + 1, &msgstr_pos, in stringtable_parse()
890 msgstr = read_string (&msgstr_pos); in stringtable_parse()
933 msgstr, strlen (msgstr) + 1, &msgstr_pos, in stringtable_parse()
H A Dread-properties.c527 lex_pos_ty msgstr_pos; in properties_parse() local
530 msgstr_pos = gram_pos; in properties_parse()
540 msgstr, strlen (msgstr) + 1, &msgstr_pos, in properties_parse()
H A Dx-po.c58 lex_pos_ty *msgstr_pos, in extract_add_message() argument
110 msgstr, msgstr_len, msgstr_pos, in extract_add_message()
H A Dmsgfmt.c940 lex_pos_ty *msgstr_pos, in msgfmt_add_message() argument
959 msgstr, msgstr_len, msgstr_pos, in msgfmt_add_message()
968 const lex_pos_ty *msgstr_pos) in msgfmt_frob_new_message() argument
H A Dpo-gram-gen.y99 char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, in do_callback_message() argument
110 msgstr, msgstr_len, msgstr_pos, in do_callback_message()
H A Dpo-gram-gen.c101 char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, in do_callback_message() argument
112 msgstr, msgstr_len, msgstr_pos, in do_callback_message()
H A Dxgettext.c918 lex_pos_ty *msgstr_pos, in exclude_directive_message() argument
934 mp = message_alloc (msgctxt, msgid, msgid_plural, "", 1, msgstr_pos); in exclude_directive_message()
H A DChangeLog1319 * msgl-check.h (check_message): Remove msgstr_pos argument.
1320 * msgl-check.c (check_pair, check_message): Remove msgstr_pos argument.