Searched refs:ParseCommon (Results 1 – 10 of 10) sorted by relevance
/external/libxkbcommon/src/xkbcomp/ |
D | ast.h | 151 } ParseCommon; typedef 154 ParseCommon common; 164 ParseCommon common; 245 ParseCommon common; 262 ParseCommon common; 269 ParseCommon common; 276 ParseCommon common; 283 ParseCommon common; 290 ParseCommon common; 297 ParseCommon common; [all …]
|
D | ast-build.c | 260 FreeStmt((ParseCommon *) append); in ExprAppendMultiKeysymList() 334 FreeStmt((ParseCommon *) name); in BoolVarCreate() 338 FreeStmt((ParseCommon *) name); in BoolVarCreate() 339 FreeStmt((ParseCommon *) value); in BoolVarCreate() 535 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs, in XkbFileCreate() 564 ParseCommon *defs = NULL, *defsLast = NULL; in XkbFileFromComponents() 571 file = XkbFileCreate(type, NULL, (ParseCommon *) include, 0); in XkbFileFromComponents() 605 FreeStmt((ParseCommon *) expr->unary.child); in FreeExpr() 613 FreeStmt((ParseCommon *) expr->binary.left); in FreeExpr() 614 FreeStmt((ParseCommon *) expr->binary.right); in FreeExpr() [all …]
|
D | parser.y | 172 ParseCommon *any; 173 struct { ParseCommon *head; ParseCommon *last; } anyList; 229 %destructor { FreeStmt((ParseCommon *) $$); } 232 %destructor { FreeStmt((ParseCommon *) $$.head); } 265 { $$ = XkbFileCreate($2, $3, (ParseCommon *) $5.head, $1); } 343 $$ = (ParseCommon *) $2; 349 $$ = (ParseCommon *) $2; 354 $$ = (ParseCommon *) $2; 359 $$ = (ParseCommon *) $2; 364 $$ = (ParseCommon *) $2; [all …]
|
D | ast-build.h | 119 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs, 123 FreeStmt(ParseCommon *stmt);
|
D | keycodes.c | 491 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleKeycodesFile()
|
D | types.c | 636 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleKeyTypesFile()
|
D | compat.c | 761 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleCompatMapFile()
|
D | symbols.c | 1202 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleSymbolsFile()
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.c | 1352 { FreeStmt((ParseCommon *) ((*yyvaluep).anyList).head); } in yydestruct() 1358 { FreeStmt((ParseCommon *) ((*yyvaluep).any)); } in yydestruct() 1364 { FreeStmt((ParseCommon *) ((*yyvaluep).var)); } in yydestruct() 1370 { FreeStmt((ParseCommon *) ((*yyvaluep).keyCode)); } in yydestruct() 1376 { FreeStmt((ParseCommon *) ((*yyvaluep).keyAlias)); } in yydestruct() 1382 { FreeStmt((ParseCommon *) ((*yyvaluep).vmodList).head); } in yydestruct() 1388 { FreeStmt((ParseCommon *) ((*yyvaluep).vmodList).head); } in yydestruct() 1394 { FreeStmt((ParseCommon *) ((*yyvaluep).vmod)); } in yydestruct() 1400 { FreeStmt((ParseCommon *) ((*yyvaluep).interp)); } in yydestruct() 1406 { FreeStmt((ParseCommon *) ((*yyvaluep).interp)); } in yydestruct() [all …]
|
D | parser.h | 136 ParseCommon *any; 137 struct { ParseCommon *head; ParseCommon *last; } anyList;
|