Lines Matching refs:ParseCommon
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;
369 $$ = (ParseCommon *) $2;
374 $$ = (ParseCommon *) $2;
379 $$ = (ParseCommon *) $2;
384 $$ = (ParseCommon *) $2;
389 $$ = (ParseCommon *) $2;
396 $$ = (ParseCommon *) IncludeCreate(param->ctx, $2, $1);
518 { FreeStmt((ParseCommon *) $1); $$ = NULL; }
522 { FreeStmt((ParseCommon *) $1); $$ = NULL; }
533 { FreeStmt((ParseCommon *) $1); $$ = NULL; }
543 { FreeStmt((ParseCommon *) $2.head); $$ = NULL; }
568 { FreeStmt((ParseCommon *) $3); $$ = NULL; }
582 { FreeStmt((ParseCommon *) $4.head); $$ = NULL; }