Home
last modified time | relevance | path

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

/freebsd-14.2/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.c115 keystroke ks;
145 hv_kbd_produce_ks(hv_kbd_sc *sc, const keystroke *ks) in hv_kbd_produce_ks()
167 hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *result) in hv_kbd_fetch_top()
208 hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top) in hv_kbd_modify_top()
260 const hv_kbd_keystroke *keystroke = in hv_kbd_on_received() local
279 info = keystroke->ks.info; in hv_kbd_on_received()
280 scan_code = keystroke->ks.makecode; in hv_kbd_on_received()
283 hv_kbd_produce_ks(sc, &keystroke->ks); in hv_kbd_on_received()
H A Dhv_kbd.c268 keystroke ks; in hvkbd_read_char_locked()
/freebsd-14.2/contrib/ntp/scripts/
H A Dplot_summary-opts.def80 descrip = "Don't wait for keystroke between plots";
H A Dplot_summary-opts59 --dont-wait Don't wait for keystroke between plots
H A Dinvoke-plot_summary.texi54 --dont-wait Don't wait for keystroke between plots
/freebsd-14.2/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";
/freebsd-14.2/stand/forth/
H A Ddelay.4th85 key \ obtain ASCII value for keystroke
/freebsd-14.2/share/syscons/keymaps/
H A Dce.iso2.kbd13 # Others must be followed by another keystroke resulting
H A Dcz.iso2.kbd20 # Others must be followed by another keystroke resulting
H A Dsk.iso2.kbd20 # Others must be followed by another keystroke resulting
/freebsd-14.2/share/vt/keymaps/
H A Dcentraleuropean.qwerty.kbd13 # Others must be followed by another keystroke resulting
H A Dcentraleuropean.kbd13 # Others must be followed by another keystroke resulting
H A Dsk.kbd20 # Others must be followed by another keystroke resulting
/freebsd-14.2/contrib/nvi/cl/
H A DREADME.signal93 per keystroke, but the code isn't pretty and it's hard to make sure
/freebsd-14.2/crypto/openssh/
H A DChangeLog201 upstream: fix proxy multiplexing mode, broken when keystroke timing
917 upstream: when deciding whether to enable keystroke timing
1506 upstream: randomise keystroke obfuscation intervals and average
1659 upstream: trigger keystroke timing obfucation only if the channels
1676 debug messages when keystroke timing obfuscation was never started; spotted
1687 whether channel data was enqueued. Will be used to improve keystroke timing
1698 originally requested a tty; enables keystroke timing obfuscation for most
1762 upstream: Add keystroke timing obfuscation to the client.
1764 This attempts to hide inter-keystroke timings by sending interactive
1767 for a random interval after the last real keystroke. These are
/freebsd-14.2/contrib/ncurses/doc/
H A Dhackguide.doc155 that breaks the library. (Even better is a keystroke recipe using
H A Dncurses-intro.doc395 int c = getch(); /* refresh, accept single keystroke of input */
399 /* process the command keystroke */
1321 and editing key to any keystroke accepted by curses Fields may have
/freebsd-14.2/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,
/freebsd-14.2/contrib/tcsh/
H A DFixes2048 7. Don't bind single keystroke arrow keys, when they are already bound!
/freebsd-14.2/contrib/ncurses/
H A DNEWS14989 + fix for bug in handling of interrupted keystroke waits,