Home
last modified time | relevance | path

Searched refs:theEmptyMap (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DContentState.cxx19 const ShortReferenceMap ContentState::theEmptyMap; member in SP_NAMESPACE::ContentState
55 &theEmptyMap, in startContent()
H A DparseDecl.cxx1955 map = &theEmptyMap; in parseUsemapDecl()
1998 if (map != &theEmptyMap && !map->defined()) in parseUsemapDecl()
2232 if (map != 0 && map != &theEmptyMap && !map->defined()) { in checkDtd()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DContentState.h47 static const ShortReferenceMap theEmptyMap; variable