Searched refs:IncludeStmt (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | misc.h | 83 extern Bool ProcessIncludeFile(IncludeStmt * /* stmt */ ,
|
| H A D | parseutils.h | 171 extern IncludeStmt *IncludeCreate(char * /* str */ ,
|
| H A D | parseutils.c | 696 IncludeStmt * 699 IncludeStmt *incl, *first; 720 first = incl = malloc(sizeof(IncludeStmt)); 723 incl->next = malloc(sizeof(IncludeStmt)); 728 *incl = (IncludeStmt) {
|
| H A D | xkbcomp.h | 128 } IncludeStmt; typedef in typeref:struct:_IncludeStmt
|
| H A D | compat.c | 396 HandleIncludeCompatMap(IncludeStmt *stmt, 436 IncludeStmt *next; 730 if (!HandleIncludeCompatMap((IncludeStmt *) stmt, xkb, info,
|
| H A D | keycodes.c | 491 HandleIncludeKeycodes(IncludeStmt * stmt, XkbDescPtr xkb, KeyNamesInfo * info) 534 for (IncludeStmt *next = stmt->next; next != NULL; next = next->next) 765 if (!HandleIncludeKeycodes((IncludeStmt *) stmt, xkb, info))
|
| H A D | keytypes.c | 372 HandleIncludeKeyTypes(IncludeStmt * stmt, 411 for (IncludeStmt *next = stmt->next; next != NULL; next = next->next) 1048 if (!HandleIncludeKeyTypes((IncludeStmt *) stmt, xkb, info,
|
| H A D | misc.c | 52 ProcessIncludeFile(IncludeStmt * stmt,
|
| H A D | symbols.c | 752 HandleIncludeSymbols(IncludeStmt * stmt, 795 IncludeStmt *next; 1631 if (!HandleIncludeSymbols((IncludeStmt *) stmt, xkb, info,
|
| H A D | geometry.c | 1326 HandleIncludeGeometry(IncludeStmt * stmt, XkbDescPtr xkb, GeometryInfo * info, 1362 IncludeStmt *next; 2833 if (!HandleIncludeGeometry((IncludeStmt *) stmt, xkb, info,
|
Completed in 15 milliseconds