Lines Matching defs:tmpTOC
1177 xkmSectionInfo toc[MAX_TOC],tmpTOC;
1193 tmp= fread(&tmpTOC,SIZEOF(xkmSectionInfo),1,file);
1195 if ((tmpTOC.type!=toc[i].type)||(tmpTOC.format!=toc[i].format)||
1196 (tmpTOC.size!=toc[i].size)||(tmpTOC.offset!=toc[i].offset)) {
1199 if ((which&(1<<tmpTOC.type))==0) {
1202 switch (tmpTOC.type) {
1226 XkbConfigText(tmpTOC.type,XkbMessage),0);
1235 if (nRead!=tmpTOC.size) {
1236 _XkbLibError(_XkbErrBadLength,XkbConfigText(tmpTOC.type,XkbMessage),
1237 nRead-tmpTOC.size);