Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dvmod.c75 use = (merge == MERGE_OVERRIDE ? mapping : mod->mapping); in HandleVModDef()
76 ignore = (merge == MERGE_OVERRIDE ? mod->mapping : mapping); in HandleVModDef()
Dkeycodes.c94 const bool replace = (merge == MERGE_REPLACE || merge == MERGE_OVERRIDE); in AddLedName()
228 if (merge == MERGE_OVERRIDE) { in AddKeyName()
354 HandleKeycodesFile(&next_incl, file, MERGE_OVERRIDE); in HandleIncludeKeycodes()
373 merge = MERGE_OVERRIDE; in HandleKeycodeDef()
Dxkbcomp.c43 if (!CompileKeymap(file, keymap, MERGE_OVERRIDE)) { in compile_keymap_file()
Dast.h130 MERGE_OVERRIDE, enumerator
Dcompat.c153 info->default_interp.merge = MERGE_OVERRIDE; in InitCompatInfo()
155 info->default_led.merge = MERGE_OVERRIDE; in InitCompatInfo()
450 HandleCompatMapFile(&next_incl, file, MERGE_OVERRIDE); in HandleIncludeCompatMap()
Dsymbols.c144 keyi->merge = MERGE_OVERRIDE; in InitKeyInfo()
194 info->merge = MERGE_OVERRIDE; in InitSymbolsInfo()
598 HandleSymbolsFile(&next_incl, file, MERGE_OVERRIDE); in HandleIncludeSymbols()
Dparser.y609 | OVERRIDE { $$ = MERGE_OVERRIDE; }
Dtypes.c142 if (new->merge == MERGE_REPLACE || new->merge == MERGE_OVERRIDE) { in AddKeyType()
Dast-build.c494 merge = MERGE_OVERRIDE; in IncludeCreate()
Dparser.c2819 { (yyval.merge) = MERGE_OVERRIDE; } in yyparse()