Searched refs:opp (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c868 struct op_pointer *opp; local in function:do_pointer
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) argument
1338 return (SetPointerMap (opp->button_codes, opp
[all...]

Completed in 3 milliseconds