HomeSort by: relevance | last modified time | path
    Searched defs:included (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xkbcomp/dist/
compat.c 412 CompatInfo included; local
419 included = *info;
424 InitCompatInfo(&included, xkb);
425 included.fileID = rtrn->id;
426 included.dflt = info->dflt;
427 included.dflt.defs.fileID = rtrn->id;
428 included.dflt.defs.merge = newMerge;
429 included.ledDflt.defs.fileID = rtrn->id;
430 included.ledDflt.defs.merge = newMerge;
431 included.act = info->act
    [all...]
keycodes.c 496 KeyNamesInfo included = {NULL}; local
503 included = *info;
515 InitKeyNamesInfo(&included);
516 HandleKeycodesFile(rtrn, xkb, MergeOverride, &included);
519 free(included.name);
520 included.name = stmt->stmt;
530 if ((stmt->next != NULL) && (included.errorCount < 1))
540 MergeIncludedKeycodes(&included, info, next->merge);
547 MergeIncludedKeycodes(&included, &next_incl, op);
558 *info = included;
    [all...]
keytypes.c 369 KeyTypesInfo * /* included */
378 KeyTypesInfo included; local
385 included = *info;
390 InitKeyTypesInfo(&included, xkb, info);
391 included.fileID = included.dflt.defs.fileID = rtrn->id;
392 included.dflt.defs.merge = newMerge;
394 (*hndlr) (rtrn, xkb, newMerge, &included);
397 free(included.name);
398 included.name = stmt->stmt
    [all...]
symbols.c 762 SymbolsInfo * /* included */
771 SymbolsInfo included; local
778 included = *info;
783 InitSymbolsInfo(&included, xkb);
784 included.fileID = included.dflt.defs.fileID = rtrn->id;
785 included.merge = included.dflt.defs.merge = MergeOverride;
788 included.explicit_group = atoi(stmt->modifier) - 1;
792 included.explicit_group = info->explicit_group
    [all...]
geometry.c 1331 GeometryInfo included; local
1338 included = *info;
1343 InitGeometryInfo(&included, rtrn->id, newMerge);
1344 included.nextPriority = info->nextPriority;
1345 included.dfltCornerRadius = info->dfltCornerRadius;
1346 DupSectionInfo(&included.dfltSection, &info->dfltSection, info);
1347 (*hndlr) (rtrn, xkb, MergeOverride, &included);
1350 free(included.name);
1351 included.name = stmt->stmt;
1360 if ((stmt->next != NULL) && (included.errorCount < 1)
    [all...]

Completed in 15 milliseconds