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

/xsrc/external/mit/xkbcomp/dist/
H A Dxkbpath.c292 static FileCacheEntry *fileCache; variable in typeref:typename:FileCacheEntry *
312 for (entry = fileCache; entry != NULL; entry = entry->next)
331 .next = fileCache
333 fileCache = entry;
352 for (entry = fileCache; entry != NULL; entry = entry->next)

Completed in 2 milliseconds