Searched defs:isduplicate (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java341 public boolean isduplicate(String d) { method in class:pmInstallPrinter.accessListModel
2021 if (accessModel.isduplicate(trimtmp))
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c61 * isduplicate : Boolean telling if this node duplicate of any other msgid.
71 char isduplicate; member in struct:element_st
1313 isduplicate(struct element_st *list, struct strlist_st *str) function
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
[all...]

Completed in 50 milliseconds