Home
last modified time | relevance | path

Searched refs:notation_ (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEntity.h230 ConstPtr<Notation> notation_;
330 return notation_.pointer(); in notation()
H A DEvent.h668 ConstPtr<Notation> notation_; variable
1258 return *notation_; in notation()
1264 return notation_; in notationPointer()
H A DAttribute.h411 ConstPtr < Notation > notation_;
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntity.cxx198 notation_(nt) in ExternalDataEntity()
206 notation_ = notation; in setNotation()
H A DAttribute.cxx919 : notation_(notation) in NotationAttributeSemantics()
925 return notation_; in notation()
H A DEvent.cxx452 : MarkupEvent(notationDecl, loc, markup), notation_(notation) in NotationDeclEvent()