Home
last modified time | relevance | path

Searched refs:IncludeStmt (Results 1 – 9 of 9) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast-build.c437 FreeInclude(IncludeStmt *incl);
439 IncludeStmt *
442 IncludeStmt *incl, *first; in IncludeCreate()
540 IncludeStmt *include = NULL; in XkbFileFromComponents()
613 FreeInclude(IncludeStmt *incl) in FreeInclude()
615 IncludeStmt *next; in FreeInclude()
642 FreeInclude((IncludeStmt *) stmt); in FreeStmt()
Dinclude.h39 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt,
Dkeycodes.c333 HandleIncludeKeycodes(KeyNamesInfo *info, IncludeStmt *include) in HandleIncludeKeycodes()
341 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeKeycodes()
491 ok = HandleIncludeKeycodes(info, (IncludeStmt *) stmt); in HandleKeycodesFile()
Dast-build.h112 IncludeStmt *
Dtypes.c208 HandleIncludeKeyTypes(KeyTypesInfo *info, IncludeStmt *include) in HandleIncludeKeyTypes()
216 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeKeyTypes()
638 ok = HandleIncludeKeyTypes(info, (IncludeStmt *) stmt); in HandleKeyTypesFile()
Dinclude.c274 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt, in ProcessIncludeFile()
Dast.h159 } IncludeStmt; typedef
Dcompat.c425 HandleIncludeCompatMap(CompatInfo *info, IncludeStmt *include) in HandleIncludeCompatMap()
433 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeCompatMap()
762 ok = HandleIncludeCompatMap(info, (IncludeStmt *) stmt); in HandleCompatMapFile()
Dsymbols.c563 HandleIncludeSymbols(SymbolsInfo *info, IncludeStmt *include) in HandleIncludeSymbols()
571 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeSymbols()
1213 ok = HandleIncludeSymbols(info, (IncludeStmt *) stmt); in HandleSymbolsFile()