Searched refs:keypad (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dkeypad.c1 /* $NetBSD: keypad.c,v 1.15 2021/09/06 07:03:49 rin Exp $ */
31 __RCSID("$NetBSD: keypad.c,v 1.15 2021/09/06 07:03:49 rin 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");
61 * Return true if window is set for keypad.
H A DMakefile26 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 \
H A Dcurses.h98 /* symbols for values returned by getch in keypad mode */
700 int keypad(WINDOW *, bool);
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dex1.c145 keypad( stdscr, TRUE );
148 keypad( stdscr, FALSE );
320 keypad( stdscr, TRUE );
323 keypad( stdscr, FALSE );
H A Dview.c274 keypad(stdscr, TRUE); /* enable keyboard mapping */
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile17 ke keypad kg kh kpdl kr kz \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.c184 keypad (TUI_CMD_WIN->handle.get (), win_info != TUI_CMD_WIN);
428 keypad (w, TRUE);
436 keypad (TUI_CMD_WIN->handle.get (), TRUE);
H A Dtui-win.c508 /* Turn keypad off while we resize. */
510 keypad (TUI_CMD_WIN->handle.get (), FALSE);
520 /* Turn keypad back on, unless focus is in the command
523 keypad (TUI_CMD_WIN->handle.get (), TRUE);
707 keypad (TUI_CMD_WIN->handle.get (), win_info != TUI_CMD_WIN);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.c446 keypad (w, TRUE);
454 keypad (TUI_CMD_WIN->handle.get (), TRUE);
H A Dtui-win.c530 /* Turn keypad off while we resize. */
531 keypad (TUI_CMD_WIN->handle.get (), FALSE);
543 tui_apply_current_layout (false); /* Turn keypad back on. */
544 keypad (TUI_CMD_WIN->handle.get (), TRUE);
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c127 * 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. */
H A Dcl_screen.c319 (void)keypad(stdscr, TRUE);
424 (void)keypad(stdscr, FALSE);
H A Dcl_funcs.c840 (void)keypad(stdscr, FALSE);
887 (void)keypad(stdscr, TRUE);
/netbsd-current/games/sail/
H A Dpl_7.c167 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);
/netbsd-current/games/worm/
H A Dworm.c125 keypad(stdscr, TRUE);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile98 FILES+= keypad
/netbsd-current/games/gomoku/
H A Dbdisp.c70 keypad(stdscr, true);
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh541 atf_test_case keypad
548 h_run keypad
2261 atf_add_test_case keypad
/netbsd-current/games/cgram/
H A Dcgram.c566 keypad(stdscr, true);
/netbsd-current/usr.bin/aiomixer/
H A Dmain.c540 keypad(stdscr, TRUE);
/netbsd-current/games/snake/snake/
H A Dsnake.c199 keypad(stdscr, TRUE);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c1816 { "enable-keypad", &_rl_enable_keypad, 0 },
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dbind.c1772 { "enable-keypad", &_rl_enable_keypad, 0 },
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c1860 report_return(keypad(win, flag));

Completed in 605 milliseconds