| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | InputSource.h | 26 class SP_API InputSource : public Link { 30 virtual ~InputSource(); 55 InputSource(InputSourceOrigin *origin, const Char *start, const Char *end); 70 InputSource(const InputSource &); // undefined 71 void operator=(const InputSource &); // undefined 90 void InputSource::advanceStart(const Char *to) in advanceStart() 101 Xchar InputSource::get(Messenger &mgr) in get() 108 void InputSource::startTokenNoMulticode() in startTokenNoMulticode() 115 void InputSource::startToken() in startToken() 121 void InputSource::endToken(size_t length) in endToken() [all …]
|
| H A D | Markup.h | 40 class InputSource; variable 66 void addReservedName(Syntax::ReservedName, const InputSource *); 68 void addSdReservedName(Sd::ReservedName, const InputSource *); 71 void addS(const InputSource *); 73 void addShortref(const InputSource *); 76 void addName(const InputSource *); 78 void addNameToken(const InputSource *); 79 void addNumber(const InputSource *); 80 void addAttributeValue(const InputSource *);
|
| H A D | EntityManager.h | 26 class InputSource; variable 34 virtual InputSource *open(const StringC &sysid,
|
| H A D | InternalInputSource.h | 25 class SP_API InternalInputSource : public InputSource {
|
| H A D | Entity.h | 30 class InputSource; variable
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | InputSource.cxx | 16 InputSource::InputSource(InputSourceOrigin *origin, const Char *start, in InputSource() function in SP_NAMESPACE::InputSource 23 void InputSource::reset(const Char *start, in reset() 36 InputSource::~InputSource() in ~InputSource() 40 void InputSource::advanceStartMulticode(const Char *to) in advanceStartMulticode() 69 void InputSource::willNotRewind() in willNotRewind() 73 void InputSource::setDocCharset(const CharsetInfo &, in setDocCharset() 78 void InputSource::willNotSetDocCharset() in willNotSetDocCharset()
|
| H A D | Recognizer.h | 22 class InputSource; variable 29 Token recognize(InputSource *, Messenger &) const;
|
| H A D | Markup.cxx | 139 void Markup::addReservedName(Syntax::ReservedName rn, const InputSource *in) in addReservedName() 160 void Markup::addSdReservedName(Sd::ReservedName rn, const InputSource *in) in addSdReservedName() 199 void Markup::addS(const InputSource *in) in addS() 230 void Markup::addName(const InputSource *in) in addName() 249 void Markup::addNumber(const InputSource *in) in addNumber() 259 void Markup::addNameToken(const InputSource *in) in addNameToken() 269 void Markup::addAttributeValue(const InputSource *in) in addAttributeValue() 279 void Markup::addShortref(const InputSource *in) in addShortref()
|
| H A D | parseCommon.cxx | 244 InputSource *in = currentInput(); in parseNamedCharRef() 285 InputSource *in = currentInput(); in parseNumericCharRef() 434 InputSource *in = currentInput(); in parseEntityReference() 564 InputSource *in = currentInput(); in extendNameToken() 576 InputSource *in = currentInput(); in extendNumber() 587 InputSource *in = currentInput(); in extendHexNumber() 609 InputSource *in = currentInput(); in extendS()
|
| H A D | ParserState.cxx | 129 InputSource *top = 0; in maybeStartPass2() 130 for (IListIter<InputSource> iter(inputStack_); in maybeStartPass2() 140 InputSource *p = inputStack_.get(); in maybeStartPass2() 154 if (inputStack_.head()->get(messenger()) == InputSource::eE) { in maybeStartPass2() 263 InputSource *p = inputStack_.get(); in popInputStack() 300 void ParserState::pushInput(InputSource *in) in pushInput() 410 for (IListIter<InputSource> iter(inputStack_); !iter.done(); iter.next()) { in entityIsOpen() 644 InputSource *in = currentInput(); in getCurrentToken()
|
| H A D | ParserState.h | 105 InputSource *currentInput() const; 142 void pushInput(InputSource *); 275 IList<InputSource> inputStack_; 321 InputSource *ParserState::currentInput() const in currentInput() 329 InputSource *in = currentInput(); in currentLocation() 391 InputSource *in = currentInput(); in getCurrentToken()
|
| H A D | parser_inst.m4 | 51 #include "InputSource.h" 154 __instantiate(IList < InputSource >\ 283 __instantiate(IListIter < InputSource >\
|
| H A D | InternalInputSource.cxx | 19 : InputSource(origin, str.data(), str.data() + str.size()), buf_(0), in InternalInputSource()
|
| H A D | Recognizer.cxx | 32 Token Recognizer::recognize(InputSource *in, Messenger &mgr) const in recognize()
|
| H A D | parseInstance.cxx | 354 InputSource *in = currentInput(); in handleShortref() 414 InputSource *in = currentInput(); in parseStartTag() 547 InputSource *in = currentInput(); in parseGroupStartTag() 576 InputSource *in = currentInput(); in parseGroupEndTag() 1156 InputSource *in = currentInput(); in extendData() 1166 InputSource *in = currentInput(); in extendContentS()
|
| H A D | SOEntityCatalog.cxx | 206 InputSource *in_; 860 InputSource *in = em->open(tem, in parseCatalog() 865 if (in && (in->get(mgr) != InputSource::eE || !in->accessError())) in parseCatalog() 1066 if (c == InputSource::eE) { in skipComment() 1080 if (c == InputSource::eE) { in parseLiteral()
|
| H A D | parseAttribute.cxx | 321 InputSource *in = currentInput(); in extendUnquotedAttributeValue() 328 || c == InputSource::eE in extendUnquotedAttributeValue()
|
| H A D | Makefile.sub | 10 Hash.o InputSource.o Location.o Message.o MessageArg.o \
|
| H A D | ExtendEntityManager.cxx | 59 InputSource *open(const StringC &sysid, 145 class ExternalInputSource : public InputSource { 308 InputSource *EntityManagerImpl::open(const StringC &sysid, in open() 579 : InputSource(origin, 0, 0), in ExternalInputSource()
|
| H A D | parseSd.cxx | 153 if (currentInput()->get(messenger()) == InputSource::eE) { in doInit() 179 InputSource *in = entityManager().open(systemId, in doInit() 606 InputSource *in = currentInput(); in scanForSgmlDecl() 632 if (c == InputSource::eE) in scanForSgmlDecl() 1200 InputSource *in = entityManager().open(sysid, in referencePublic() 3058 InputSource *in = currentInput(); in parseSdParamLiteral()
|
| H A D | parseParam.cxx | 989 InputSource *in = currentInput(); in getIndicatedReservedName()
|
| H A D | parseDecl.cxx | 499 if (currentInput()->tokenChar(messenger()) == InputSource::eE) in lookingAtStartTag()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| H A D | InputObjects.t | 17 my $p_is = Pod::InputSource->new( -handle => \*FH );
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| H A D | InputObjects.pm | 87 package Pod::InputSource;
|
| H A D | Parser.pm | 1525 = new Pod::InputSource(
|