Lines Matching defs:pMapRtrn
205 XkbIndicatorMapPtr pMapRtrn,
237 if (pMapRtrn != NULL) {
238 pMapRtrn->flags = rep.flags;
239 pMapRtrn->which_groups = rep.whichGroups;
240 pMapRtrn->groups = rep.groups;
241 pMapRtrn->which_mods = rep.whichMods;
242 pMapRtrn->mods.mask = rep.mods;
243 pMapRtrn->mods.real_mods = rep.realMods;
244 pMapRtrn->mods.vmods = rep.virtualMods;
245 pMapRtrn->ctrls = rep.ctrls;
257 XkbIndicatorMapPtr pMapRtrn,
263 pMapRtrn, pRealRtrn);