Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEvent.h412 class StartLpdEvent : public StartSubsetEvent {
414 StartLpdEvent(Boolean active,
423 StartLpdEvent(const StartLpdEvent &); // undefined
424 void operator=(const StartLpdEvent &); // undefined
836 virtual void startLpd(StartLpdEvent *);
1075 Boolean StartLpdEvent::active() const in active()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A Devents.h19 EVENT(StartLpdEvent, startLpd)
H A DEvent.cxx304 StartLpdEvent::StartLpdEvent(Boolean active, in StartLpdEvent() function in SP_NAMESPACE::StartLpdEvent
H A DArcEngine.cxx102 void startLpd(StartLpdEvent *);
283 void ArcEngineImpl::startLpd(StartLpdEvent *event) in startLpd()
H A DparseDecl.cxx2556 StartLpdEvent(lpd->active(), in parseLinktypeDeclStart()