Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast.h149 } ParseCommon; typedef
152 ParseCommon common;
162 ParseCommon common;
232 ParseCommon common;
249 ParseCommon common;
256 ParseCommon common;
263 ParseCommon common;
270 ParseCommon common;
277 ParseCommon common;
284 ParseCommon common;
[all …]
Dparser.y171 ParseCommon *any;
219 %destructor { FreeStmt((ParseCommon *) $$); }
252 { $$ = XkbFileCreate($2, $3, (ParseCommon *) $5, $1); }
265 $$ = (XkbFile *) AppendStmt((ParseCommon *) $1,
266 (ParseCommon *) $2);
320 $$ = (ParseCommon *) $2;
325 $$ = (ParseCommon *) $2;
330 $$ = (ParseCommon *) $2;
335 $$ = (ParseCommon *) $2;
340 $$ = (ParseCommon *) $2;
[all …]
Dast-build.c58 ParseCommon *
59 AppendStmt(ParseCommon *to, ParseCommon *append) in AppendStmt()
61 ParseCommon *iter; in AppendStmt()
238 FreeStmt((ParseCommon *) &append); in ExprAppendMultiKeysymList()
312 FreeStmt((ParseCommon *) name); in BoolVarCreate()
316 FreeStmt((ParseCommon *) name); in BoolVarCreate()
317 FreeStmt((ParseCommon *) value); in BoolVarCreate()
512 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs, in XkbFileCreate()
542 ParseCommon *defs = NULL; in XkbFileFromComponents()
549 file = XkbFileCreate(type, NULL, (ParseCommon *) include, 0); in XkbFileFromComponents()
[all …]
Dparser.c303 ParseCommon *any;
1525 { FreeStmt((ParseCommon *) ((*yyvaluep).any)); } in yydestruct()
1531 { FreeStmt((ParseCommon *) ((*yyvaluep).any)); } in yydestruct()
1537 { FreeStmt((ParseCommon *) ((*yyvaluep).var)); } in yydestruct()
1543 { FreeStmt((ParseCommon *) ((*yyvaluep).keyCode)); } in yydestruct()
1549 { FreeStmt((ParseCommon *) ((*yyvaluep).keyAlias)); } in yydestruct()
1555 { FreeStmt((ParseCommon *) ((*yyvaluep).vmod)); } in yydestruct()
1561 { FreeStmt((ParseCommon *) ((*yyvaluep).vmod)); } in yydestruct()
1567 { FreeStmt((ParseCommon *) ((*yyvaluep).vmod)); } in yydestruct()
1573 { FreeStmt((ParseCommon *) ((*yyvaluep).interp)); } in yydestruct()
[all …]
Dast-build.h30 ParseCommon *
31 AppendStmt(ParseCommon *to, ParseCommon *append);
116 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs,
120 FreeStmt(ParseCommon *stmt);
Dparser.h193 ParseCommon *any;
Dkeycodes.c488 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleKeycodesFile()
Dtypes.c635 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleKeyTypesFile()
Dcompat.c759 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleCompatMapFile()
Dsymbols.c1210 for (ParseCommon *stmt = file->defs; stmt; stmt = stmt->next) { in HandleSymbolsFile()