| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Ptr.h | 18 class Ptr { 20 Ptr() : ptr_(0) { } in Ptr() function 21 Ptr(T *ptr); 22 ~Ptr(); 23 Ptr(const Ptr<T> &); 24 Ptr<T> &operator=(const Ptr<T> &); 25 Ptr<T> &operator=(T *); 29 void swap(Ptr<T> &p) { in swap() 37 Boolean operator==(const Ptr<T> &p) const { 40 Boolean operator!=(const Ptr<T> &p) const { [all …]
|
| H A D | Ptr.cxx | 13 Ptr<T>::Ptr(T *ptr) : ptr_(ptr) in Ptr() function in SP_NAMESPACE::Ptr 20 Ptr<T>::~Ptr() in ~Ptr() 30 Ptr<T>::Ptr(const Ptr<T> &p) in Ptr() function in SP_NAMESPACE::Ptr 38 Ptr<T> &Ptr<T>::operator=(const Ptr<T> &p) in operator =() 49 Ptr<T> &Ptr<T>::operator=(T *p) in operator =() 60 void Ptr<T>::clear() in clear()
|
| H A D | Entity.h | 45 const Ptr<EntityOrigin> &, 50 const Ptr<EntityOrigin> &) 54 const Ptr<EntityOrigin> &) 58 const Ptr<EntityOrigin> &) 62 const Ptr<EntityOrigin> &) 84 const Ptr<EntityOrigin> &, 105 const Ptr<EntityOrigin> &, 108 const Ptr<EntityOrigin> &, 111 const Ptr<EntityOrigin> &) const; 113 const Ptr<EntityOrigin> &) const; [all …]
|
| H A D | Dtd.h | 43 Ptr<Entity> lookupEntity(Boolean isParameter, const StringC &); 44 Ptr<Entity> insertEntity(const Ptr<Entity> &, Boolean replace = 0); 45 Ptr<Entity> removeEntity(Boolean isParameter, const StringC &); 53 void setDefaultEntity(const Ptr<Entity> &, ParserState &); 84 Ptr<Notation> lookupNotation(const StringC &); 85 Ptr<Notation> insertNotation(const Ptr<Notation> &); 86 Ptr<Notation> removeNotation(const StringC &); 99 Ptr<AttributeDefinitionList> &implicitElementAttributeDef(); 100 void setImplicitElementAttributeDef(const Ptr<AttributeDefinitionList> &); 101 Ptr<AttributeDefinitionList> &implicitNotationAttributeDef(); [all …]
|
| H A D | NamedResourceTable.h | 32 Ptr<T> _X; // work around lcc bug 37 Ptr<T> insert(const Ptr<T> &p, Boolean replace = 0) { 40 Ptr<T> lookup(const StringC &str) const { in lookup() 49 Ptr<T> remove(const StringC &str) { in remove() 56 PointerTable<Ptr<NamedResource>, StringC, Hash, 67 Ptr<T> next() { in next() 71 PointerTableIter<Ptr<NamedResource>, StringC, Hash, 87 PointerTableIter<Ptr<NamedResource>, StringC, Hash,
|
| H A D | Attributed.h | 23 Ptr<AttributeDefinitionList> attributeDef(); 24 void setAttributeDef(const Ptr<AttributeDefinitionList> &); 26 Ptr<AttributeDefinitionList> attributeDef_; 43 Ptr<AttributeDefinitionList> Attributed::attributeDef() in attributeDef() 49 void Attributed::setAttributeDef(const Ptr<AttributeDefinitionList> &def) in setAttributeDef()
|
| H A D | Lpd.h | 39 const Ptr<Dtd> &sourceDtd); 43 const Ptr<Dtd> &sourceDtd(); 55 Ptr<Dtd> sourceDtd_; 62 const Ptr<Dtd> &sourceDtd); 156 const Ptr<Dtd> &sourceDtd, 157 const Ptr<Dtd> &resultDtd); 173 const Ptr<Dtd> &resultDtd(); 182 Ptr<Dtd> resultDtd_; 223 const Ptr<Dtd> &Lpd::sourceDtd() in sourceDtd() 333 const Ptr<Dtd> &ComplexLpd::resultDtd() in resultDtd()
|
| H A D | SgmlParser.h | 28 template<class T> class Ptr; variable 46 Ptr<InputSourceOrigin> origin; 47 Ptr<EntityManager> entityManager; 72 Ptr<Dtd> baseDtd();
|
| H A D | EntityApp.h | 28 Ptr<ExtendEntityManager> &entityManager(); 35 Ptr<ExtendEntityManager> entityManager_;
|
| H A D | XcharMap.h | 39 Ptr<SharedXcharMap<T> > sharedMap_;
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Entity.cxx | 258 const Ptr<EntityOrigin> &origin) in dsReference() 265 const Ptr<EntityOrigin> &origin) in declReference() 274 const Ptr<EntityOrigin> &origin) in contentReference() 281 const Ptr<EntityOrigin> &origin) in rcdataReference() 288 const Ptr<EntityOrigin> &origin, in litReference() 301 const Ptr<EntityOrigin> &, in litReference() 308 const Ptr<EntityOrigin> &origin, in normalReference() 317 const Ptr<EntityOrigin> &) const in declReference() 323 const Ptr<EntityOrigin> &) const in rcdataReference() 329 const Ptr<EntityOrigin> &) const in declReference() [all …]
|
| H A D | entmgr_inst.m4 | 21 #include "Ptr.h" 44 __instantiate(Ptr < InputSourceOrigin >\ 48 __instantiate(Ptr < Origin >\ 52 __instantiate(Ptr < SharedXcharMap < unsigned char > >\ 56 __instantiate(Ptr < SharedXcharMap < PackedBoolean > >\ 60 __instantiate(Ptr < SharedXcharMap < EquivCode > >\ 64 __instantiate(Ptr < StringResource < Char > >\ 68 __instantiate(Ptr < NamedResource >\ 72 __instantiate(Ptr < EntityManager >\ 76 __instantiate(Ptr < EntityCatalog >\ [all …]
|
| H A D | parser_inst.m4 | 22 #include "Ptr.h" 80 __instantiate(Ptr < Entity >\ 84 __instantiate(Ptr < Notation >\ 88 __instantiate(Ptr < Recognizer >\ 92 __instantiate(Ptr < EntityOrigin >\ 96 __instantiate(Ptr < AttributeValue >\ 100 __instantiate(Ptr < AttributeDefinitionList >\ 104 __instantiate(Ptr < ElementDefinition >\ 108 __instantiate(Ptr < Dtd >\ 112 __instantiate(Ptr < Sd >\ [all …]
|
| H A D | ParserState.h | 59 ParserState(const Ptr<EntityManager> &, 74 const Ptr<Dtd> &defDtdPointer() const; 79 void startLpd(Ptr<Lpd> &lpd); 82 Ptr<Lpd> &defLpdPointer(); 83 Ptr<ComplexLpd> defComplexLpdPointer(); 87 Ptr<Dtd> lookupDtd(const StringC &name); 88 Ptr<Dtd> baseDtd(); 107 Ptr<EntityManager> entityManagerPtr() const; 236 Ptr<EntityManager> entityManager_; 241 Ptr<Dtd> defDtd_; [all …]
|
| H A D | Dtd.cxx | 52 void Dtd::setDefaultEntity(const Ptr<Entity> &entity, in setDefaultEntity() 66 Ptr<Entity> old(iter.next()); in setDefaultEntity() 70 Ptr<Entity> e(defaultEntity_->copy()); in setDefaultEntity() 81 Ptr<Entity> e(iter.next()); in setDefaultEntity()
|
| H A D | xentmgr_inst.m4 | 20 #include "Ptr.h" 67 __instantiate(Ptr<ExtendEntityManager>) 71 __instantiate(Ptr<InputCodingSystemKit>) 73 __instantiate(Ptr<CodingSystemKit>) 80 __instantiate(Ptr<CharMapResource<Char> >)
|
| H A D | Lpd.cxx | 16 const Ptr<Dtd> &sourceDtd) in Lpd() 27 const Ptr<Dtd> &sourceDtd) in SimpleLpd() 151 const Ptr<Dtd> &sourceDtd, in ComplexLpd() 152 const Ptr<Dtd> &resultDtd) in ComplexLpd()
|
| H A D | ParserState.cxx | 50 ParserState::ParserState(const Ptr<EntityManager> &em, in ParserState() 188 Ptr<EntityOrigin> origin in referenceDsEntity() 239 void ParserState::startLpd(Ptr<Lpd> &lpd) in startLpd() 457 Ptr<Entity> entity(dtd->lookupEntity(isParameter, name)); in lookupEntity() 508 Ptr<Entity> p(entity->copy()); in lookupEntity() 536 Ptr<Entity> entity(new InternalCdataEntity(name, loc, text)); in createUndefinedEntity() 740 Ptr<Dtd> ParserState::lookupDtd(const StringC &name) in lookupDtd() 745 return Ptr<Dtd>(); in lookupDtd()
|
| H A D | parseDecl.cxx | 410 Ptr<EntityOrigin> origin; in doDeclSubset() 636 Ptr<ElementDefinition> def; in parseElementDecl() 855 Ptr<ElementDefinition> &def) in parseExceptions() 991 Ptr<AttributeDefinitionList> in parseAttlistDecl() 1008 Ptr<AttributeDefinitionList> in parseAttlistDecl() 1047 Ptr<AttributeDefinitionList> adlCopy in parseAttlistDecl() 1103 Ptr<Entity> entity(entityIter.next()); in parseAttlistDecl() 1659 Ptr<Entity> entity; in parseEntityDecl() 1709 Ptr<Entity> entity; in parseExternalEntity() 1738 Ptr<Notation> notation(lookupCreateNotation(parm.token)); in parseExternalEntity() [all …]
|
| H A D | Parser.h | 190 Ptr<EntityOrigin> &origin); 203 Ptr<ElementDefinition> &def); 228 Ptr<AttributeDefinitionList> &); 253 Ptr<AttributeDefinitionList> &newAttDefList); 267 void maybeDefineEntity(const Ptr<Entity> &entity);
|
| H A D | WinApp.cxx | 92 Ptr<EntityManager> em; in initParser() 97 Ptr<EntityManager> &em) in initParser()
|
| H A D | SgmlParser.cxx | 92 Ptr<Dtd> SgmlParser::baseDtd() in baseDtd()
|
| /onnv-gate/usr/src/uts/intel/io/amd8111s/ |
| H A D | amd8111s_hw.c | 1325 unsigned long *Ptr; in mdlChangeFilter() local 1335 Ptr = ArrayPtr; in mdlChangeFilter() 1337 while (*Ptr) { in mdlChangeFilter() 1338 switch (*Ptr) { in mdlChangeFilter() 1374 NumberOfAddress = *(++Ptr); in mdlChangeFilter() 1375 MulticastArray = (unsigned char *)(*(++Ptr)); in mdlChangeFilter() 1413 PatternMask = (unsigned char *)(*(++Ptr)); in mdlChangeFilter() 1414 Pattern = (unsigned char *)(*(++Ptr)); in mdlChangeFilter() 1415 InfoBuffer_MaskSize = (*(++Ptr)); in mdlChangeFilter() 1416 PatternSize = (*(++Ptr)); in mdlChangeFilter() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
| H A D | Typemap.xs | 477 'Ptr'. 520 'Ptr'. 734 function (named after the array type but with 'Ptr' substituted for
|
| /onnv-gate/usr/src/uts/intel/io/acpica/utilities/ |
| H A D | utdebug.c | 638 UINT8 *Ptr) in ACPI_EXPORT_SYMBOL() 643 "%s %p\n", AcpiGbl_FnExitStr, Ptr); in ACPI_EXPORT_SYMBOL()
|