Searched refs:getTOC (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkmout.c1367 int (*getTOC) (XkbFileInfo * /* result */ , local in function:XkbWriteXKMFile
1375 getTOC = GetXKMKeyNamesTOC;
1378 getTOC = GetXKMTypesTOC;
1381 getTOC = GetXKMCompatMapTOC;
1384 getTOC = GetXKMSemanticsTOC;
1387 getTOC = GetXKMLayoutTOC;
1390 getTOC = GetXKMKeymapTOC;
1394 getTOC = GetXKMGeometryTOC;
1404 size_toc = (*getTOC) (result, &info, MAX_TOC, toc);

Completed in 3 milliseconds