Home
last modified time | relevance | path

Searched refs:ParseCommon (Results 1 – 10 of 10) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Dast.h151 } ParseCommon; typedef
154 ParseCommon common;
164 ParseCommon common;
245 ParseCommon common;
263 ParseCommon common;
270 ParseCommon common;
277 ParseCommon common;
284 ParseCommon common;
291 ParseCommon common;
298 ParseCommon common;
[all …]
Dast-build.c260 FreeStmt((ParseCommon *) append); in ExprAppendMultiKeysymList()
334 FreeStmt((ParseCommon *) name); in BoolVarCreate()
338 FreeStmt((ParseCommon *) name); in BoolVarCreate()
339 FreeStmt((ParseCommon *) value); in BoolVarCreate()
530 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs, in XkbFileCreate()
559 ParseCommon *defs = NULL, *defsLast = NULL; in XkbFileFromComponents()
566 file = XkbFileCreate(type, NULL, (ParseCommon *) include, 0); in XkbFileFromComponents()
600 FreeStmt((ParseCommon *) expr->unary.child); in FreeExpr()
608 FreeStmt((ParseCommon *) expr->binary.left); in FreeExpr()
609 FreeStmt((ParseCommon *) expr->binary.right); in FreeExpr()
[all …]
Dparser.y172 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 …]
Dast-build.h119 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs,
123 FreeStmt(ParseCommon *stmt);
Dkeycodes.c491 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleKeycodesFile()
Dtypes.c636 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleKeyTypesFile()
Dcompat.c761 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleCompatMapFile()
Dsymbols.c1202 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleSymbolsFile()
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c1355 { FreeStmt((ParseCommon *) ((*yyvaluep).anyList).head); } in yydestruct()
1361 { FreeStmt((ParseCommon *) ((*yyvaluep).any)); } in yydestruct()
1367 { FreeStmt((ParseCommon *) ((*yyvaluep).var)); } in yydestruct()
1373 { FreeStmt((ParseCommon *) ((*yyvaluep).keyCode)); } in yydestruct()
1379 { FreeStmt((ParseCommon *) ((*yyvaluep).keyAlias)); } in yydestruct()
1385 { FreeStmt((ParseCommon *) ((*yyvaluep).vmodList).head); } in yydestruct()
1391 { FreeStmt((ParseCommon *) ((*yyvaluep).vmodList).head); } in yydestruct()
1397 { FreeStmt((ParseCommon *) ((*yyvaluep).vmod)); } in yydestruct()
1403 { FreeStmt((ParseCommon *) ((*yyvaluep).interp)); } in yydestruct()
1409 { FreeStmt((ParseCommon *) ((*yyvaluep).interp)); } in yydestruct()
[all …]
Dparser.h136 ParseCommon *any;
137 struct { ParseCommon *head; ParseCommon *last; } anyList;