Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DParam.h41 pero, enumerator
H A DArcEngine.cxx910 const StringC &pero = docSyntax_->delimGeneral(Syntax::dPERO); in supportAttributes() local
911 if (supportAtts_[i].size() >= pero.size()) { in supportAttributes()
912 StringC tem(supportAtts_[i].data(), pero.size()); in supportAttributes()
914 if (tem == pero) { in supportAttributes()
916 tem.assign(supportAtts_[i].data() + pero.size(), in supportAttributes()
917 supportAtts_[i].size() - pero.size()); in supportAttributes()
H A DParam.cxx84 case Param::pero: in allow()
H A DparseParam.cxx149 parm.type = Param::pero; in parseParam()
H A DparseDecl.cxx1531 Param::pero); in parseEntityDecl()
1538 if (parm.type == Param::pero) { in parseEntityDecl()