Home
last modified time | relevance | path

Searched refs:setMessageStream (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DGenericEventHandler.h94 reporter->setMessageStream(&strStream); in WrapReporter()
99 reporter->setMessageStream(origStream); in ~WrapReporter()
H A DMessageReporter.h34 void setMessageStream(OutputCharStream *);
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DCmdLineApp.cxx90 setMessageStream(makeStdErr()); in CmdLineApp()
285 setMessageStream(new EncodeOutputCharStream(&file, in processOptions()
H A DMessageReporter.cxx34 void MessageReporter::setMessageStream(OutputCharStream *os) in setMessageStream() function in SP_NAMESPACE::MessageReporter