Lines Matching refs:isduplicate
61 * isduplicate : Boolean telling if this node duplicate of any other msgid.
71 char isduplicate;
1313 isduplicate(struct element_st *list, struct strlist_st *str)
1332 } /* isduplicate */
1647 if (isduplicate(tmp_dom->gettext_head,
1649 tmp_elem->isduplicate = TRUE;
1855 * in this while loop, just mark isduplicate field of node in the
1863 p->isduplicate = TRUE;
2027 output_msgid(fp, p->msgid, p->isduplicate);
2165 tmp->isduplicate = FALSE;
2271 printf(" isduplicate = %d\n", q->isduplicate);