Lines Matching defs:msgstr
47 static char *gmsgstr; /* Stores msgstr when read po file */
49 static int gmsgstr_size; /* The current size of msgstr buffer */
53 static int msgstr_linenum; /* The last msgstr token line number */
154 * Allocate initial size for msgid and msgstr. If it needs more
199 int inmsgstr = 0; /* indicates "msgstr" was seen */
288 case L'\"': /* multiple lines of msgid and msgstr */
365 /* multiple lines of msgstr */
370 * The first line of msgstr.
392 * if msgstr was processed last time.
407 * process msgid and msgstr pair for previous domain
413 /* refresh msgid and msgstr buffer */
635 * call insert_message() to insert msgid and msgstr pair
639 sortit(char *msgid, char *msgstr)
645 "==> sortit(), domain=<%s> msgid=<%s> msgstr=<%s>\n",
646 gcurrent_domain, msgid, msgstr);
660 insert_message(dom, msgid, msgstr);
669 char *msgid, char *msgstr)
720 node->msgstr = Xstrdup(msgstr);
741 node->msgstr = Xstrdup(msgstr);
926 msgstr_index += strlen(p->msgstr) + 1;
986 (void) fwrite(p->msgstr, strlen(p->msgstr)+1, 1, fp);
1138 (void) fprintf(stderr, " msgid=<%s>, msgstr=<%s>\n",
1139 m->msgid, m->msgstr);