Home
last modified time | relevance | path

Searched refs:keystroke (Results 1 – 23 of 23) sorted by relevance

/src/sys/dev/hyperv/input/
H A Dhv_kbdc.h69 } keystroke; typedef
74 keystroke ks;
104 int hv_kbd_produce_ks(hv_kbd_sc *sc, const keystroke *ks);
105 int hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *top);
106 int hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top);
H A Dhv_kbdc.c114 keystroke ks;
144 hv_kbd_produce_ks(hv_kbd_sc *sc, const keystroke *ks) in hv_kbd_produce_ks()
166 hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *result) in hv_kbd_fetch_top()
207 hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top) in hv_kbd_modify_top()
259 const hv_kbd_keystroke *keystroke = in hv_kbd_on_received() local
278 info = keystroke->ks.info; in hv_kbd_on_received()
279 scan_code = keystroke->ks.makecode; in hv_kbd_on_received()
282 hv_kbd_produce_ks(sc, &keystroke->ks); in hv_kbd_on_received()
H A Dhv_kbd.c268 keystroke ks; in hvkbd_read_char_locked()
/src/contrib/ntp/scripts/
H A Dplot_summary-opts59 --dont-wait Don't wait for keystroke between plots
H A Dplot_summary-opts.def80 descrip = "Don't wait for keystroke between plots";
H A Dinvoke-plot_summary.texi54 --dont-wait Don't wait for keystroke between plots
/src/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts58 --dont-wait Don't wait for keystroke between plots
H A Dupdate-leap-opts.def106 descrip = "Don't wait for keystroke between plots";
/src/stand/forth/
H A Ddelay.4th85 key \ obtain ASCII value for keystroke
/src/share/syscons/keymaps/
H A Dce.iso2.kbd13 # Others must be followed by another keystroke resulting
H A Dsk.iso2.kbd20 # Others must be followed by another keystroke resulting
H A Dcz.iso2.kbd20 # Others must be followed by another keystroke resulting
/src/share/vt/keymaps/
H A Dcentraleuropean.kbd13 # Others must be followed by another keystroke resulting
H A Dcentraleuropean.qwerty.kbd13 # Others must be followed by another keystroke resulting
H A Dsk.kbd20 # Others must be followed by another keystroke resulting
/src/contrib/nvi/cl/
H A DREADME.signal93 per keystroke, but the code isn't pretty and it's hard to make sure
/src/crypto/openssh/
H A DChangeLog4854 upstream: fix proxy multiplexing mode, broken when keystroke timing
5570 upstream: when deciding whether to enable keystroke timing
6159 upstream: randomise keystroke obfuscation intervals and average
6312 upstream: trigger keystroke timing obfucation only if the channels
6329 debug messages when keystroke timing obfuscation was never started; spotted
6340 whether channel data was enqueued. Will be used to improve keystroke timing
6351 originally requested a tty; enables keystroke timing obfuscation for most
6415 upstream: Add keystroke timing obfuscation to the client.
6417 This attempts to hide inter-keystroke timings by sending interactive
6420 for a random interval after the last real keystroke. These are
/src/contrib/ncurses/doc/
H A Dhackguide.doc155 that breaks the library. (Even better is a keystroke recipe using
H A Dncurses-intro.doc394 int c = getch(); /* refresh, accept single keystroke of input */
398 /* process the command keystroke */
1320 and editing key to any keystroke accepted by curses Fields may have
/src/contrib/ntp/util/
H A Dntp-keygen-opts.def1097 Various means dependent on external events, such as keystroke intervals,
H A Dinvoke-ntp-keygen.texi831 Various means dependent on external events, such as keystroke intervals,
/src/contrib/tcsh/
H A DFixes2048 7. Don't bind single keystroke arrow keys, when they are already bound!
/src/contrib/ncurses/
H A DNEWS15558 + fix for bug in handling of interrupted keystroke waits,