Lines Matching refs:stmt
73 * If the entry is e.g. NumLock=Mod1, stmt->value is not NULL, and the
76 * @param stmt The statement specifying the name and (if any the value).
80 HandleVModDef(const VModDef *stmt, unsigned mergeMode, VModInfo *info)
91 XkbInternAtom(info->xkb->dpy, XkbAtomGetString(NULL, stmt->name),
100 if (stmt->value == NULL)
106 if (!ExprResolveModMask(stmt->value, &mod, NULL, NULL))
108 str1 = XkbAtomText(NULL, stmt->name, XkbMessage);
115 str1 = XkbAtomText(NULL, stmt->name, XkbMessage);
144 if (stmt->value == NULL)
146 if (ExprResolveModMask(stmt->value, &mod, NULL, NULL))
152 XkbAtomText(NULL, stmt->name, XkbMessage));