Lines Matching defs:msgid

61  * isduplicate 	: Boolean telling if this node duplicate of any other msgid.
62 * msgid : contains msgid or textdomain if istextdomain is true.
65 * fname : tells which file contains msgid.
72 struct strlist_st *msgid;
423 "-M <suffix>\t\tfill in msgstr with msgid<suffix>\n");
425 "-m <prefix>\t\tfill in msgstr with <prefix>msgid\n");
976 * keywords (e.g. msgid, msgstr, # ) and heading and trailing blanks and
1004 * by skipping "msgid" initially.
1006 if (strncmp("msgid ", line, 6) == 0) {
1077 } else if (strncmp(line, "msgid", 5) == 0) {
1091 * If more than one line of string forms msgid,
1323 if (p->msgid != NULL) {
1324 if (msgidcmp(p->msgid, str) == 0) {
1482 * comment block is associated with the next msgid encountered.
1536 * and it is impossible to get msgid for this gettext.
1538 * it is OK not to catch msgid.
1551 * If this msgid is in the exclude file,
1562 tmp_elem->msgid = strhead;
1608 result = msgidcmp(strhead, p->msgid);
1633 * New msgid is the largest or empty list.
1644 * Check if this msgid is already in the same domain.
1648 tmp_elem->msgid) == TRUE) {
1744 * If tmp_elem is not NULL, there is msgid pair
1778 } else if (strncmp(line, "msgid", 5) == 0) {
1788 tmp_elem->msgid = msgid_tail = new_strlist();
1798 * If more than one line of string forms msgid,
1816 * To insert the last msgid pair.
1841 * If the msgid in the second list contains msgid in the first list,
1856 * l2 list if the same msgid exists in l1 list.
1862 if (msgidcmp(p->msgid, q->msgid) == 0) {
2021 * or msgid.
2027 output_msgid(fp, p->msgid, p->isduplicate);
2051 p->fname, p->linenum, p->msgid->str);
2073 * Prints out msgid along with msgstr.
2084 * Write msgid section.
2091 (void) fprintf(fp, "msgid \"%s\"\n", p->str);
2103 * if -M option is specified, append <suffix> to msgid.
2104 * if -m option is specified, prepend <prefix> to msgid.
2112 * If single line msgid, add suffix to the same line
2144 * If multi line msgid, add suffix after the last line.
2166 tmp->msgid = NULL;
2272 if ((q->msgid != NULL) && (q->msgid->str != NULL)) {
2273 printf(" msgid = <%s>\n", q->msgid->str);
2274 r = q->msgid->next;
2280 printf(" msgid = <NULL>\n");