Home
last modified time | relevance | path

Searched refs:idIndex (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DAttribute.h361 size_t idIndex = size_t(-1),
371 size_t idIndex() const;
514 Boolean idIndex(unsigned &) const;
653 size_t AttributeDefinitionList::idIndex() const in idIndex() function
899 Boolean AttributeList::idIndex(unsigned &ind) const in idIndex() function
901 if (def_.isNull() || def_->idIndex() == size_t(-1)) in idIndex()
904 ind = def_->idIndex(); in idIndex()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DArcProcessor.h120 unsigned &idIndex);
H A DAttribute.cxx828 size_t idIndex, in AttributeDefinitionList() argument
830 : index_(index), anyCurrent_(anyCurrent), idIndex_(idIndex), in AttributeDefinitionList()
1218 size_t i = def_->idIndex(); in getId()
H A DArcEngine.cxx1500 unsigned &idIndex) in autoForm() argument
1514 && atts.idIndex(idIndex) in autoForm()
1515 && atts.specified(idIndex)) { in autoForm()
H A DparseDecl.cxx896 size_t idIndex = size_t(-1); in parseAttlistDecl() local
925 if (idIndex != size_t(-1)) in parseAttlistDecl()
927 StringMessageArg(defs[idIndex]->name())); in parseAttlistDecl()
928 idIndex = defs.size(); in parseAttlistDecl()
1013 idIndex, in parseAttlistDecl()
1051 curAdl->idIndex(), in parseAttlistDecl()