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

/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c446 struct op_keycode *opk; local in function:finish_keycodes
471 opk = &uop->keycode;
473 opk->type = doKeycode;
474 opk->target_keycode = keycodes[count];
475 opk->count = n;
476 opk->keysyms = kslist;
1166 static int exec_keycode ( struct op_keycode *opk );
1251 exec_keycode(struct op_keycode *opk) argument
1253 if (!opk->target_keycode) {
1256 if (!opk
[all...]

Completed in 4 milliseconds