• Home
  • Raw
  • Download

Lines Matching refs:ParseCommon

58 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()
581 FreeStmt((ParseCommon *) expr->unary.child); in FreeExpr()
589 FreeStmt((ParseCommon *) expr->binary.left); in FreeExpr()
590 FreeStmt((ParseCommon *) expr->binary.right); in FreeExpr()
594 FreeStmt((ParseCommon *) expr->action.args); in FreeExpr()
598 FreeStmt((ParseCommon *) expr->array_ref.entry); in FreeExpr()
632 FreeStmt(ParseCommon *stmt) in FreeStmt()
634 ParseCommon *next; in FreeStmt()
650 FreeStmt((ParseCommon *) ((VarDef *) stmt)->name); in FreeStmt()
651 FreeStmt((ParseCommon *) ((VarDef *) stmt)->value); in FreeStmt()
654 FreeStmt((ParseCommon *) ((KeyTypeDef *) stmt)->body); in FreeStmt()
657 FreeStmt((ParseCommon *) ((InterpDef *) stmt)->match); in FreeStmt()
658 FreeStmt((ParseCommon *) ((InterpDef *) stmt)->def); in FreeStmt()
661 FreeStmt((ParseCommon *) ((VModDef *) stmt)->value); in FreeStmt()
664 FreeStmt((ParseCommon *) ((SymbolsDef *) stmt)->symbols); in FreeStmt()
667 FreeStmt((ParseCommon *) ((ModMapDef *) stmt)->keys); in FreeStmt()
670 FreeStmt((ParseCommon *) ((GroupCompatDef *) stmt)->def); in FreeStmt()
673 FreeStmt((ParseCommon *) ((LedMapDef *) stmt)->body); in FreeStmt()
676 FreeStmt((ParseCommon *) ((LedNameDef *) stmt)->name); in FreeStmt()