Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfodoc.c646 unsigned char keystroke;
657 keystroke = info_get_input_char ();
661 if (Meta_p (keystroke))
666 (_("ESC %s is undefined."), pretty_keyname (UnMeta (keystroke)));
671 keystroke = UnMeta (keystroke);
677 *k++ = keystroke;
680 if (map[keystroke].function == (InfoCommand *)NULL)
686 else if (map[keystroke].type == ISKMAP)
688 map = (Keymap)map[keystroke].function;
702 if (InfoFunction(map[keystroke].function)
[all …]
H A Dsession.c4977 unsigned char keystroke; in info_get_input_char() local
4983 keystroke = pending_input_character; in info_get_input_char()
4986 else if (info_get_key_from_typeahead (&keystroke) == 0) in info_get_input_char()
5012 keystroke = rawkey; in info_get_input_char()
5025 keystroke = rawkey; in info_get_input_char()
5038 dribble (keystroke); in info_get_input_char()
5040 return keystroke; in info_get_input_char()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dwpm_example.txt22 Minimum keystroke latency : 12 ms
23 Average keystroke latency : 118 ms
24 Maximum keystroke latency : 493 ms
H A Ddtruss_example.txt68 (keystroke delays), and short overhead times (as the bash process blocks
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dwpm_example.txt22 Minimum keystroke latency : 12 ms
23 Average keystroke latency : 118 ms
24 Maximum keystroke latency : 493 ms
H A Ddtruss_example.txt68 (keystroke delays), and short overhead times (as the bash process blocks
/netbsd-src/sys/dev/hyperv/
H A Dhvkbd.c91 struct keystroke { struct
103 struct keystroke ks; argument
109 struct keystroke ks;
371 hvkbd_keybuf_add_keystroke(struct hvkbd_softc *sc, const struct keystroke *ks) in hvkbd_keybuf_add_keystroke()
391 struct keystroke ks; in hvkbd_decode()
424 struct keystroke ks; in hvkbd_encode()
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A Ddtruss_notes.txt29 switching off the CPU while we wait for the next keystroke. For example,
31 In fact, the elapsed times are equal to the inter-keystroke delays.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A Ddtruss_notes.txt29 switching off the CPU while we wait for the next keystroke. For example,
31 In fact, the elapsed times are equal to the inter-keystroke delays.
/netbsd-src/external/bsd/ntp/dist/scripts/
H A Dplot_summary-opts.def80 descrip = "Don't wait for keystroke between plots";
/netbsd-src/sys/arch/atari/conf/
H A DSMALL03023 options PANICWAIT # Require keystroke to dump/reboot
H A DATARITT34 options PANICWAIT # Require keystroke to dump/reboot
H A DFALCON39 options PANICWAIT # Require keystroke to dump/reboot
H A DMILAN-ISAIDE38 options PANICWAIT # Require keystroke to dump/reboot
H A DMILAN-PCIIDE38 options PANICWAIT # Require keystroke to dump/reboot
H A DHADES38 options PANICWAIT # Require keystroke to dump/reboot
H A DGENERIC.in142 options PANICWAIT # Require keystroke to dump/reboot
/netbsd-src/external/bsd/nvi/dist/dist/
H A Dport.h.in77 * (treats it as ^@). The symptom is that the ^@ keystroke immediately
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dspell.ok209 keystroke
H A Dset.opt.texi903 The keystroke
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap-opts.def106 descrip = "Don't wait for keystroke between plots";
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dautosprintf.texi12 @c ky = keystroke @kindex
/netbsd-src/external/bsd/nvi/dist/cl/
H A DREADME.signal95 per keystroke, but the code isn't pretty and it's hard to make sure
/netbsd-src/external/gpl2/texinfo/dist/
H A DNEWS576 o `M-x describe-key' to find out what a particular keystroke does.
584 * You can save every keystroke you type in a "dribble file" by using the
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi343 Setting this to a value makes it the next keystroke read. This is a
592 Readline is reading a multiple-keystroke command.
657 This binds the keystroke @key{Meta-Rubout} to the function

12