Lines Matching defs:toc
1190 xkmSectionInfo * toc)
1216 if (fread(&toc[i], SIZEOF(xkmSectionInfo), 1, file) != 1)
1229 xkmSectionInfo toc[MAX_TOC], tmpTOC;
1234 if (!XkmReadTOC(file, &fileInfo, MAX_TOC, toc))
1244 fseek(file, toc[i].offset, SEEK_SET);
1247 if ((tmpTOC.type != toc[i].type) || (tmpTOC.format != toc[i].format) ||
1248 (tmpTOC.size != toc[i].size) || (tmpTOC.offset != toc[i].offset)) {
1284 which &= ~(1 << toc[i].type);
1285 (*xkb)->defined |= (1 << toc[i].type);