if (!geom || !section || !row)
return False;
- pos = 0;
bounds = &row->bounds;
bzero(bounds, sizeof(struct xkb_bounds));
PR_DEBUG("The '!' legal only at start of line\n");
PR_DEBUG("Line containing '!' ignored\n");
line->num_line= 0;
- inComment= 0;
break;
}
static Bool
MakeMultiDefs(XkbRF_MultiDefsPtr mdefs, XkbRF_VarDefsPtr defs)
{
-
bzero((char *)mdefs,sizeof(XkbRF_MultiDefsRec));
mdefs->model = defs->model;
mdefs->options = _XkbDupString(defs->options);
*info_in = NULL;
return True;
}
- status = Success;
if (toGeom)
{
if (!xkb->geom)
defs = into->defs;
*into = *from;
- into->defs.fileID = defs.fileID;
- into->defs.merge = defs.merge;
into->defs.next = NULL;
into->dfltRow.defs.fileID = defs.fileID;
into->dfltRow.defs.merge = defs.merge;
ExprResult tmp;
pField = NULL;
- def = 0;
if (uStrCaseCmp(field, "priority") == 0)
{
if (arrayNdx != NULL)
static Bool
HandleComplexKey(KeyDef * def, KeyInfo * key, GeometryInfo * info)
{
- RowInfo *row;
ExprDef *expr;
- row = key->row;
for (expr = def->expr; expr != NULL; expr = (ExprDef *) expr->common.next)
{
if (expr->op == OpAssign)
}
else
{
+ RowInfo *row = key->row;
switch (expr->type)
{
case TypeInt:
}
ACTION("Description of %s not compiled\n",
XkbcConfigText(mainType));
- ok = False;
+ return False;
}
ok = BindIndicators(xkb, True, unbound, NULL);
return ok;