Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Dvmod.c77 use = (merge == MERGE_OVERRIDE ? mapping : mod->mapping); in HandleVModDef()
78 ignore = (merge == MERGE_OVERRIDE ? mod->mapping : mapping); in HandleVModDef()
Dkeycodes.c96 const bool replace = (merge == MERGE_REPLACE || merge == MERGE_OVERRIDE); in AddLedName()
230 if (merge == MERGE_OVERRIDE) { in AddKeyName()
356 HandleKeycodesFile(&next_incl, file, MERGE_OVERRIDE); in HandleIncludeKeycodes()
375 merge = MERGE_OVERRIDE; in HandleKeycodeDef()
Dxkbcomp.c45 if (!CompileKeymap(file, keymap, MERGE_OVERRIDE)) { in compile_keymap_file()
Dast.h132 MERGE_OVERRIDE, enumerator
Dcompat.c155 info->default_interp.merge = MERGE_OVERRIDE; in InitCompatInfo()
157 info->default_led.merge = MERGE_OVERRIDE; in InitCompatInfo()
452 HandleCompatMapFile(&next_incl, file, MERGE_OVERRIDE); in HandleIncludeCompatMap()
Dsymbols.c146 keyi->merge = MERGE_OVERRIDE; in InitKeyInfo()
196 info->merge = MERGE_OVERRIDE; in InitSymbolsInfo()
590 HandleSymbolsFile(&next_incl, file, MERGE_OVERRIDE); in HandleIncludeSymbols()
Dast-build.c512 merge = MERGE_OVERRIDE; in IncludeCreate()
Dparser.y625 | OVERRIDE { $$ = MERGE_OVERRIDE; }
Dtypes.c144 if (new->merge == MERGE_REPLACE || new->merge == MERGE_OVERRIDE) { in AddKeyType()
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c2652 { (yyval.merge) = MERGE_OVERRIDE; } in yyparse()