Lines Matching defs:opp
868 struct op_pointer *opp;
938 opp = &uop->pointer;
940 opp->type = doPointer;
941 opp->count = i;
942 for (i = 0; i < opp->count; i++) {
943 opp->button_codes[i] = buttons[i];
1170 static int exec_pointer ( struct op_pointer *opp );
1336 exec_pointer(struct op_pointer *opp)
1338 return (SetPointerMap (opp->button_codes, opp->count));