Home
last modified time | relevance | path

Searched refs:CommentDeclEvent (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/
H A DSGMLApplication.h188 struct CommentDeclEvent { struct
285 virtual void commentDecl(const CommentDeclEvent &);
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A Devents.h23 EVENT(CommentDeclEvent, commentDecl)
H A DSGMLApplication.cxx65 void SGMLApplication::commentDecl(const CommentDeclEvent &) in commentDecl() argument
H A DEvent.cxx370 CommentDeclEvent::CommentDeclEvent(const Location &loc, in CommentDeclEvent() function in SP_NAMESPACE::CommentDeclEvent
H A DGenericEventHandler.cxx299 void GenericEventHandler::commentDecl(CommentDeclEvent *event) in commentDecl()
301 SGMLApplication::CommentDeclEvent appEvent; in commentDecl()
H A DparseDecl.cxx3249 CommentDeclEvent(markupLocation(), in emptyCommentDecl()
3310 CommentDeclEvent(markupLocation(), in parseCommentDecl()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEvent.h515 class CommentDeclEvent : public MarkupEvent {
517 CommentDeclEvent(const Location &, Markup *);
520 CommentDeclEvent(const CommentDeclEvent &); // undefined
521 void operator=(const CommentDeclEvent &); // undefined
840 virtual void commentDecl(CommentDeclEvent *);
H A DGenericEventHandler.h42 void commentDecl(CommentDeclEvent *);