HomeSort by: relevance | last modified time | path
    Searched refs:keypad (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/tests/lib/libcurses/tests/
timeout 16 call OK keypad STDSCR 1
wtimeout 16 call OK keypad $win1 1
mutt_test 66 call OK keypad STDSCR 1
Makefile 98 FILES+= keypad
  /src/sys/arch/arm/dts/
sun5i-r8-pocketchip.dts 50 keypad,num-rows = <6>;
51 keypad,num-columns = <10>;
52 keypad,autorepeat;
  /src/lib/libcurses/
keypad.c 1 /* $NetBSD: keypad.c,v 1.16 2024/12/23 02:58:03 blymn Exp $ */
31 __RCSID("$NetBSD: keypad.c,v 1.16 2024/12/23 02:58:03 blymn Exp $");
38 * keypad --
39 * Turn on and off interpretation of function/keypad keys in the
43 keypad(WINDOW *win, bool bf) function
46 "keypad: win %p, %s\n", win, bf ? "TRUE" : "FALSE");
64 * Return true if window is set for keypad.
Makefile 26 insertln.c insstr.c instr.c keypad.c keyname.c leaveok.c line.c \
118 curses_input.3 keypad.3 curses_tty.3 killchar.3 \
  /src/lib/libcurses/EXAMPLES/
ex1.c 145 keypad( stdscr, TRUE );
148 keypad( stdscr, FALSE );
320 keypad( stdscr, TRUE );
323 keypad( stdscr, FALSE );
view.c 274 keypad(stdscr, TRUE); /* enable keyboard mapping */
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/
Makefile 17 ke keypad kg kh kpdl kr kz \
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui.c 461 keypad (w, TRUE);
469 keypad (tui_cmd_win ()->handle.get (), TRUE);
tui-win.c 506 /* Turn keypad off while we resize. */
507 keypad (tui_cmd_win ()->handle.get (), FALSE);
519 tui_apply_current_layout (false); /* Turn keypad back on. */
520 keypad (tui_cmd_win ()->handle.get (), TRUE);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui.c 490 keypad (w, TRUE);
498 keypad (tui_cmd_win ()->handle.get (), TRUE);
tui-win.c 506 /* Turn keypad off while we resize. */
507 keypad (tui_cmd_win ()->handle.get (), FALSE);
519 tui_apply_current_layout (false); /* Turn keypad back on. */
520 keypad (tui_cmd_win ()->handle.get (), TRUE);
  /src/external/bsd/nvi/dist/cl/
cl_bsd.c 38 static char *ke; /* Keypad on. */
39 static char *ks; /* Keypad off. */
127 * keypad --
128 * Put the keypad/cursor arrows into or out of application mode.
131 * PUBLIC: int keypad __P((void *, int));
135 keypad(a, on) function
232 { "rmkx", "ke", }, /* Exit "keypad-transmit" mode. */
235 { "smkx", "ks", }, /* Enter "keypad-transmit" mode. */
cl_screen.c 319 (void)keypad(stdscr, TRUE);
424 (void)keypad(stdscr, FALSE);
cl_funcs.c 840 (void)keypad(stdscr, FALSE);
887 (void)keypad(stdscr, TRUE);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6qdl-gw560x.dtsi 86 backlight-keypad {
455 tca8418: keypad@34 {
473 keypad,num-rows = <4>;
474 keypad,num-columns = <4>;
  /src/games/sail/
pl_7.c 167 keypad(stdscr, 1);
168 keypad(view_w, 1);
169 keypad(slot_w, 1);
170 keypad(scroll_w, 1);
171 keypad(stat_w, 1);
172 keypad(turn_w, 1);
  /src/games/gomoku/
bdisp.c 70 keypad(stdscr, true);
  /src/games/worm/
worm.c 125 keypad(stdscr, TRUE);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm-cygnus.dtsi 612 keypad: keypad@180ac000 {
613 compatible = "brcm,bcm-keypad";
  /src/tests/lib/libcurses/
t_curses.sh 541 atf_test_case keypad
548 h_run keypad
2261 atf_add_test_case keypad
  /src/games/cgram/
cgram.c 566 keypad(stdscr, true);
  /src/usr.bin/aiomixer/
main.c 538 keypad(stdscr, TRUE);

Completed in 34 milliseconds

1 2