Searched refs:msgstr_prefix (Results 1 – 4 of 4) sorted by relevance
359 if (msgstr_prefix) in remember_a_message()360 msgstr = xasprintf ("%s%s%s", msgstr_prefix, msgid, msgstr_suffix); in remember_a_message()580 if (msgstr_prefix) in remember_a_message_plural()582 xasprintf ("%s%s%s", msgstr_prefix, msgid_plural, msgstr_suffix); in remember_a_message_plural()591 if (msgstr_prefix) in remember_a_message_plural()
44 extern const char *msgstr_prefix;
157 const char *msgstr_prefix; variable507 msgstr_prefix = optarg == NULL ? "" : optarg; in main()755 if (msgstr_prefix != NULL && msgstr_suffix == NULL) in main()757 else if (msgstr_prefix == NULL && msgstr_suffix != NULL) in main()758 msgstr_prefix = ""; in main()
2105 * xgettext.c: Set msgstr_prefix to "", not NULL.3084 (msgstr_prefix): Likewise.