• Home
  • Raw
  • Download

Lines Matching refs:xkb_context

191 ReportMismatch(struct xkb_context *ctx, enum xkb_action_type action,  in ReportMismatch()
202 ReportIllegal(struct xkb_context *ctx, enum xkb_action_type action, in ReportIllegal()
213 ReportActionNotArray(struct xkb_context *ctx, enum xkb_action_type action, in ReportActionNotArray()
224 HandleNoAction(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleNoAction()
233 CheckBooleanFlag(struct xkb_context *ctx, enum xkb_action_type action, in CheckBooleanFlag()
255 CheckModifierField(struct xkb_context *ctx, const struct xkb_mod_set *mods, in CheckModifierField()
291 CheckAffectField(struct xkb_context *ctx, enum xkb_action_type action, in CheckAffectField()
310 HandleSetLatchLockMods(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSetLatchLockMods()
339 CheckGroupField(struct xkb_context *ctx, enum xkb_action_type action, in CheckGroupField()
377 HandleSetLatchLockGroup(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSetLatchLockGroup()
402 HandleMovePtr(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleMovePtr()
450 HandlePtrBtn(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandlePtrBtn()
512 HandleSetPtrDflt(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSetPtrDflt()
571 HandleSwitchScreen(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSwitchScreen()
618 HandleSetLockControls(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandleSetLockControls()
646 HandlePrivate(struct xkb_context *ctx, const struct xkb_mod_set *mods, in HandlePrivate()
747 typedef bool (*actionHandler)(struct xkb_context *ctx,
776 HandleActionDef(struct xkb_context *ctx, ActionsInfo *info, in HandleActionDef()
853 SetActionField(struct xkb_context *ctx, ActionsInfo *info, in SetActionField()