Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DInternalInputSource.cxx17 InternalInputSource::InternalInputSource(const StringC &str, in InternalInputSource() function in SP_NAMESPACE::InternalInputSource
24 InternalInputSource::~InternalInputSource() in ~InternalInputSource()
30 Xchar InternalInputSource::fill(Messenger &) in fill()
35 void InternalInputSource::pushCharRef(Char c, const NamedCharRef &ref) in pushCharRef()
48 Boolean InternalInputSource::rewind(Messenger &) in rewind()
H A DMakefile.sub30 InternalInputSource.o OutputState.o ParserMessages.o \
H A DEntity.cxx417 InternalInputSource(text_.string(), origin.pointer())); in normalReference()
H A DParserState.cxx33 sizeof(InternalInputSource),
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DInternalInputSource.h25 class SP_API InternalInputSource : public InputSource {
30 InternalInputSource(const StringC &, InputSourceOrigin *);
34 ~InternalInputSource();
36 InternalInputSource(const InternalInputSource &); // undefined
37 void operator=(const InternalInputSource &); // undefined