Lines Matching defs:toc
1140 XkmReadTOC(FILE *file,xkmFileInfo* file_info,int max_toc,xkmSectionInfo *toc)
1165 fread(&toc[i],SIZEOF(xkmSectionInfo),1,file);
1177 xkmSectionInfo toc[MAX_TOC],tmpTOC;
1182 if (!XkmReadTOC(file,&fileInfo,MAX_TOC,toc))
1192 fseek(file,toc[i].offset,SEEK_SET);
1195 if ((tmpTOC.type!=toc[i].type)||(tmpTOC.format!=toc[i].format)||
1196 (tmpTOC.size!=toc[i].size)||(tmpTOC.offset!=toc[i].offset)) {
1232 which&= ~(1<<toc[i].type);
1233 (*xkb)->defined|= (1<<toc[i].type);