Searched refs:tem (Results 26 - 50 of 64) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DPointerTable.cxx41 P tem(vec_[h]);
43 return tem;
120 size_t tem = to.used_; local
122 used_ = tem;
123 tem = to.usedLimit_;
125 usedLimit_ = tem;
H A DVector.cxx110 T *tem = ptr_; local
112 v.ptr_ = tem;
115 size_t tem = size_; local
117 v.size_ = tem;
120 size_t tem = alloc_; local
122 v.alloc_ = tem;
H A DPtr.h30 T *tem = p.ptr_; local
32 ptr_ = tem;
H A DLocation.h90 Index tem = to.index_; local
92 index_ = tem;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DUnivCharsetDesc.cxx102 Unsigned32 tem = charMap_.getRange(min, max);
103 if (!noDesc(tem)) {
104 UnivChar toMin = extractChar(tem, min);
150 Unsigned32 tem = charMap_->getRange(nextChar_, nextChar_);
152 if (!UnivCharsetDesc::noDesc(tem)) {
155 univMin = UnivCharsetDesc::extractChar(tem, ch);
H A DWinInetStorage.cxx61 for (char *tem = (char *)msg; *tem; tem++)
62 s += *tem;
136 String<char> tem(toAscii(id));
137 HINTERNET fd = InternetOpenUrlA(session_, tem.data(), 0, 0, 0, 0);
H A DArcEngine.cxx156 StringC tem(select_[i]);
157 table->subst(tem);
158 if (name[i] != tem)
311 StringC tem(appinfo_.data() + i, 7);
312 syntax_->generalSubstTable()->subst(tem);
313 if (tem == arcBase_) {
500 IQueue<Event> tem; local
501 tem.swap(eventQueue_);
502 while (!tem.empty())
503 tem
1211 Text tem; local
1357 unsigned tem; local
1408 unsigned tem; local
1454 unsigned tem; local
[all...]
H A DSOEntityCatalog.cxx296 ParsedSystemId tem; local
297 if (!em->parseSystemId(s, *sysidCharset_, 0, 0, mgr, tem))
299 systemId = tem;
346 StringC tem; local
347 v.unparse(charset, 0, tem);
348 parser.parseCatalog(tem, 1, charset, *catalogCharset_,
351 mgr.message(CatalogMessages::noDocumentEntry, StringMessageArg(tem));
371 StringC tem; local
372 catalogId.unparse(charset, 0, tem);
374 if (tem
852 StringC tem; local
890 StringC tem; local
[all...]
H A DSyntax.cxx264 const int *tem = nameTable_.lookup(str); local
265 if (tem) {
266 *result = ReservedName(*tem);
338 WideChar tem; local
341 && sd.internalCharset().univToDesc(univ, tem, set)
342 && tem <= charMax)
343 c = Char(tem);
H A DGenericEventHandler.cxx61 Block *tem = freeBlocks_; local
63 delete [] tem->mem;
64 delete tem;
92 Block *tem = freeBlocks_; local
94 tem->next = allocBlocks_;
95 allocBlocks_ = tem;
98 Block *tem = new Block; local
99 tem->size = n < BIG ? int(BIG) : n;
100 tem->mem = new char[tem
107 char *tem = freeBlocks_->mem + firstBlockUsed_; local
[all...]
H A DMessage.cxx115 const MessageType *tem = type; local
117 to.type = tem;
135 const Message &tem = msg; local
136 dispatchMessage(tem);
H A DURLStorage.cxx330 StringC tem(baseId.data(), sameSlashPos);
331 tem += id;
332 tem.swap(id);
341 StringC tem(baseId.data(), j);
342 tem += id;
343 tem.swap(id);
H A DXMLCodingSystem.cxx238 unsigned long tem = n - pi_.size(); local
239 if (!subDecoder_->convertOffset(tem))
241 n = tem + pi_.size() * guessBytesPerChar_;
H A DOutputCharStream.cxx155 EncodeOutputCharStream tem(byteStream_, encoder_);
157 (*escaper_)(tem, c);
H A DText.cxx102 Location tem(*loc);
103 tem += n;
104 text.addEntityEnd(tem);
H A DAttribute.cxx1117 unsigned tem = to.nIdrefs_; local
1119 nIdrefs_ = tem;
1122 unsigned tem = to.nEntityNames_; local
1124 nEntityNames_ = tem;
1127 size_t tem = to.nSpec_; local
1129 nSpec_ = tem;
1132 PackedBoolean tem = to.conref_; local
1134 conref_ = tem;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DRastEventHandler.cxx114 SgmlParser *tem = to.parser_; local
116 parser_ = tem;
119 Boolean tem = to.hadActiveLpdOrDtd_; local
121 hadActiveLpdOrDtd_ = tem;
124 Boolean tem = to.hadDocumentElement_; local
126 hadDocumentElement_ = tem;
301 size_t tem = sortOrder[i]; local
303 = linkProcess_.impliedLinkRule(tem).elementType->name();
313 sortOrder[j] = tem;
695 size_t tem local
936 RastEventHandler *tem = to.rast_; local
[all...]
H A Dnsgmls.cxx178 int tem = ParserApp::processArguments(1, argv + i); local
179 if (tem > ret)
180 ret = tem;
H A DSgmlsEventHandler.cxx623 const SgmlParser *tem = to.parser_; local
625 parser_ = tem;
628 Boolean tem = to.haveLinkProcess_; local
630 haveLinkProcess_ = tem;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvt_impl.h37 #include <sys/tem.h>
H A Dtem_impl.h45 #include <sys/tem.h>
240 * per-tem structure (tem_vt_state). All "safe" interfaces are in tem_safe.c.
248 void tem_safe_check_first_time(struct tem_vt_state *tem, cred_t *,
/opensolaris-onvv-gate/usr/src/uts/intel/wc/
H A DMakefile65 LDFLAGS += -dy -Nmisc/tem -Ndacf/consconfig_dacf
/opensolaris-onvv-gate/usr/src/uts/sparc/wc/
H A DMakefile71 LDFLAGS += -dy -Nmisc/tem -Ndacf/consconfig_dacf
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c317 char *tem;
357 tem = argv[bottom + i];
359 argv[top - (middle - bottom) + i] = tem;
374 tem = argv[bottom + i];
376 argv[middle + i] = tem;
314 char *tem; local
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h95 unsigned int tem : 5; /* trap enable mask */ member in struct:__anon9761
125 #define tem fsr.tem macro

Completed in 311 milliseconds

123