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

/xsrc/external/mit/xkbevd/dist/
H A Dcfgscan.c339 static int numKeywords = sizeof(keywords) / sizeof(struct _Keyword); variable in typeref:typename:int
356 for (int i = 0; (!found) && (i < numKeywords); i++) {
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c576 static int numKeywords = sizeof(keywords) / sizeof(struct _Keyword); variable in typeref:typename:int
594 for (int i = 0; (!found) && (i < numKeywords); i++)

Completed in 5 milliseconds