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

/xsrc/external/mit/xkbcomp/dist/
H A Dmisc.h83 extern Bool ProcessIncludeFile(IncludeStmt * /* stmt */ ,
H A Dparseutils.h171 extern IncludeStmt *IncludeCreate(char * /* str */ ,
H A Dparseutils.c696 IncludeStmt *
699 IncludeStmt *incl, *first;
720 first = incl = malloc(sizeof(IncludeStmt));
723 incl->next = malloc(sizeof(IncludeStmt));
728 *incl = (IncludeStmt) {
H A Dxkbcomp.h128 } IncludeStmt; typedef in typeref:struct:_IncludeStmt
H A Dcompat.c396 HandleIncludeCompatMap(IncludeStmt *stmt,
436 IncludeStmt *next;
730 if (!HandleIncludeCompatMap((IncludeStmt *) stmt, xkb, info,
H A Dkeycodes.c491 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 Dkeytypes.c372 HandleIncludeKeyTypes(IncludeStmt * stmt,
411 for (IncludeStmt *next = stmt->next; next != NULL; next = next->next)
1048 if (!HandleIncludeKeyTypes((IncludeStmt *) stmt, xkb, info,
H A Dmisc.c52 ProcessIncludeFile(IncludeStmt * stmt,
H A Dsymbols.c752 HandleIncludeSymbols(IncludeStmt * stmt,
795 IncludeStmt *next;
1631 if (!HandleIncludeSymbols((IncludeStmt *) stmt, xkb, info,
H A Dgeometry.c1326 HandleIncludeGeometry(IncludeStmt * stmt, XkbDescPtr xkb, GeometryInfo * info,
1362 IncludeStmt *next;
2833 if (!HandleIncludeGeometry((IncludeStmt *) stmt, xkb, info,

Completed in 15 milliseconds