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

/seL4-refos-master/libs/libvterm/src/
H A Dinput.c7 void vterm_input_push_char(VTerm *vt, VTermModifier mod, uint32_t c) argument
13 mod &= ~VTERM_MOD_SHIFT;
17 else if(mod == VTERM_MOD_SHIFT)
18 mod = 0;
20 if(mod == 0) {
44 if(needs_CSIu && (mod & ~VTERM_MOD_ALT)) {
45 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%du", c, mod+1);
49 if(mod & VTERM_MOD_CTRL)
52 vterm_push_output_sprintf(vt, "%s%c", mod & VTERM_MOD_ALT ? "\e" : "", c);
129 void vterm_input_push_key(VTerm *vt, VTermModifier mod, VTermKe argument
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dinput.c7 void vterm_input_push_char(VTerm *vt, VTermModifier mod, uint32_t c) argument
13 mod &= ~VTERM_MOD_SHIFT;
17 else if(mod == VTERM_MOD_SHIFT)
18 mod = 0;
20 if(mod == 0) {
44 if(needs_CSIu && (mod & ~VTERM_MOD_ALT)) {
45 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%du", c, mod+1);
49 if(mod & VTERM_MOD_CTRL)
52 vterm_push_output_sprintf(vt, "%s%c", mod & VTERM_MOD_ALT ? "\e" : "", c);
129 void vterm_input_push_key(VTerm *vt, VTermModifier mod, VTermKe argument
[all...]
/seL4-refos-master/libs/libmuslc/arch/sh/bits/
H A Duser.h45 unsigned long mod; member in struct:pt_dspregs
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h150 void Put(int x, int y, int mod);
161 int x,y,mod; member in struct:NetHackQtClickBuffer::ClickRec
827 static int qt_nh_poskey(int *x, int *y, int *mod);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h150 void Put(int x, int y, int mod);
161 int x,y,mod; member in struct:NetHackQtClickBuffer::ClickRec
827 static int qt_nh_poskey(int *x, int *y, int *mod);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c209 artifact_exists(otmp, name, mod)
212 register boolean mod;
220 otmp->oartifact = (char)(mod ? m : 0);
224 artiexist[m] = mod;
H A Dcmd.c2220 click_to_cmd(x, y, mod)
2221 int x, y, mod;
2243 cmd[0]=mod == CLICK_1 ? 'q' : M('d');
2309 if(mod == CLICK_1) {
2411 int x = u.ux, y = u.uy, mod = 0; local
2417 sym = in_doagain ? Getchar() : nh_poskey(&x, &y, &mod);
2443 readchar_queue = click_to_cmd(x, y, mod);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c209 artifact_exists(otmp, name, mod)
212 register boolean mod;
220 otmp->oartifact = (char)(mod ? m : 0);
224 artiexist[m] = mod;
H A Dcmd.c2220 click_to_cmd(x, y, mod)
2221 int x, y, mod;
2243 cmd[0]=mod == CLICK_1 ? 'q' : M('d');
2309 if(mod == CLICK_1) {
2411 int x = u.ux, y = u.uy, mod = 0; local
2417 sym = in_doagain ? Getchar() : nh_poskey(&x, &y, &mod);
2443 readchar_queue = click_to_cmd(x, y, mod);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c2554 tty_nh_poskey(x, y, mod)
2555 int *x, *y, *mod;
2567 i = ntposkey(x, y, mod);
2568 if (!i && mod && *mod == 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c2554 tty_nh_poskey(x, y, mod)
2555 int *x, *y, *mod;
2567 i = ntposkey(x, y, mod);
2568 if (!i && mod && *mod == 0)

Completed in 79 milliseconds