OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_lock
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/libXt/dist/src/
TMkey.c
481
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/
InitialI.h
309
Modifiers
num_lock
; /* keyboard numlock modifiers */
member in struct:_XtPerDisplayStruct
/xsrc/external/mit/libX11/dist/src/
KeyBind.c
193
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/
input.c
974
&& (xw->work.
num_lock
& evt_state) != 0) {
976
TRACE(("...Input
num_lock
, force keypad_mode off\n"));
1959
* Determine which modifier mask (if any) applies to the
Num_Lock
keysym.
2033
SaveMask(
num_lock
);
ptyx.h
3388
unsigned
num_lock
; /* modifier for
Num_Lock
*/
member in struct:_Work
/xsrc/external/mit/libX11/dist/include/X11/
Xlibint.h
158
unsigned int
num_lock
; /* keyboard numlock modifiers */
member in struct:_XDisplay
Completed in 16 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026