Lines Matching defs:included
1331 GeometryInfo included;
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))
1371 MergeIncludedGeometry(&included, info, next->merge);
1377 next_incl.nextPriority = included.nextPriority;
1378 next_incl.dfltCornerRadius = included.dfltCornerRadius;
1380 &included.dfltSection, &included);
1382 MergeIncludedGeometry(&included, &next_incl, op);
1393 *info = included;
1396 MergeIncludedGeometry(info, &included, newMerge);
1397 ClearGeometryInfo(&included);