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

/xsrc/external/mit/libXt/dist/src/
H A DTMkey.c481 pd->num_lock = 0;
498 pd->num_lock = (pd->num_lock | (Modifiers) (1 << i));
566 *modifiers_return = (ShiftMask | LockMask) | pd->mode_switch | pd->num_lock;
580 if ((modifiers & pd->num_lock) &&
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h309 Modifiers num_lock; /* keyboard numlock modifiers */ member in struct:_XtPerDisplayStruct
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c193 dpy->num_lock = 0;
201 dpy->num_lock |= 1 << (i / map->max_keypermod);
802 | dpy->mode_switch | dpy->num_lock);
816 if ((modifiers & dpy->num_lock) &&
/xsrc/external/mit/xterm/dist/
H A Dinput.c974 && (xw->work.num_lock & evt_state) != 0) {
976 TRACE(("...Input num_lock, force keypad_mode off\n"));
2033 SaveMask(num_lock);
H A Dptyx.h3388 unsigned num_lock; /* modifier for Num_Lock */ member in struct:_Work
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h158 unsigned int num_lock; /* keyboard numlock modifiers */ member in struct:_XDisplay

Completed in 19 milliseconds