Lines Matching defs:tmpTOC
1229 xkmSectionInfo toc[MAX_TOC], tmpTOC;
1245 tmp = fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file);
1247 if ((tmpTOC.type != toc[i].type) || (tmpTOC.format != toc[i].format) ||
1248 (tmpTOC.size != toc[i].size) || (tmpTOC.offset != toc[i].offset)) {
1251 if ((which & (1 << tmpTOC.type)) == 0) {
1254 switch (tmpTOC.type) {
1278 XkbConfigText(tmpTOC.type, XkbMessage), 0);
1287 if (nRead != tmpTOC.size) {
1289 XkbConfigText(tmpTOC.type, XkbMessage),
1290 nRead - tmpTOC.size);