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

/external/quake/quake/src/QW/client/
H A Dgl_vidlinux_x11.c300 int keyq_head=0; variable
316 keyq[keyq_head].key = XLateKey(&x_event.xkey);
317 keyq[keyq_head].down = true;
318 keyq_head = (keyq_head + 1) & 63;
321 keyq[keyq_head].key = XLateKey(&x_event.xkey);
322 keyq[keyq_head].down = false;
323 keyq_head = (keyq_head + 1) & 63;
776 while (keyq_head !
[all...]
H A Dvid_x.c779 int keyq_head=0; variable
794 keyq[keyq_head].key = XLateKey(&x_event.xkey);
795 keyq[keyq_head].down = true;
796 keyq_head = (keyq_head + 1) & 63;
799 keyq[keyq_head].key = XLateKey(&x_event.xkey);
800 keyq[keyq_head].down = false;
801 keyq_head = (keyq_head + 1) & 63;
991 while (keyq_head !
[all...]
/external/quake/quake/src/WinQuake/
H A Dvid_x.cpp854 int keyq_head=0; variable
869 keyq[keyq_head].key = XLateKey(&x_event.xkey);
870 keyq[keyq_head].down = true;
871 keyq_head = (keyq_head + 1) & 63;
874 keyq[keyq_head].key = XLateKey(&x_event.xkey);
875 keyq[keyq_head].down = false;
876 keyq_head = (keyq_head + 1) & 63;
1083 while (keyq_head !
[all...]
H A Dvid_sunx.cpp921 int keyq_head=0; variable
1152 while (keyq_head != keyq_tail)
H A Dvid_sunxil.cpp820 int keyq_head=0; variable
1210 while (keyq_head != keyq_tail) {

Completed in 245 milliseconds