Lines Matching defs:actionsP
1266 RepeatDown(EventPtr *eventP, int reps, ActionPtr **actionsP)
1311 *actionsP = &event->actions;
1315 RepeatDownPlus(EventPtr *eventP, int reps, ActionPtr **actionsP)
1363 *actionsP = &lastDownEvent->actions;
1367 RepeatUp(EventPtr *eventP, int reps, ActionPtr **actionsP)
1421 *actionsP = &event->actions;
1425 RepeatUpPlus(EventPtr *eventP, int reps, ActionPtr **actionsP)
1473 *actionsP = &lastUpEvent->actions;
1477 RepeatOther(EventPtr *eventP, int reps, ActionPtr **actionsP)
1495 *actionsP = &event->actions;
1499 RepeatOtherPlus(EventPtr *eventP, int reps, ActionPtr **actionsP)
1518 *actionsP = &event->actions;
1522 RepeatEvent(EventPtr *eventP, int reps, Boolean plus, ActionPtr **actionsP)
1529 RepeatDownPlus(eventP, reps, actionsP);
1531 RepeatDown(eventP, reps, actionsP);
1537 RepeatUpPlus(eventP, reps, actionsP);
1539 RepeatUp(eventP, reps, actionsP);
1544 RepeatOtherPlus(eventP, reps, actionsP);
1546 RepeatOther(eventP, reps, actionsP);
1608 ActionPtr ** actionsP,
1640 *actionsP = &event->actions;
1665 *actionsP = &event->actions;
1667 RepeatEvent(&event, reps, plus, actionsP);
1858 ActionPtr *actionsP,
1863 if ((nextActionP = actionsP) != NULL)
1864 *actionsP = NULL;
1931 ActionPtr *actionsP;
1934 actionsP = NULL;
1935 str = ParseEventSeq(str, &eventSeq, &actionsP, error);
1941 str = ParseActionSeq(parseTree, str, actionsP, error);