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

12

/haiku-fatelf/src/libs/ncurses/test/
H A Dkeynames.c18 keypad(stdscr, TRUE);
H A Dtestscanw.c29 keypad(stdscr, TRUE);
H A Ddemo_keyok.c28 keypad(win, TRUE);
H A Dfilter.c75 keypad(stdscr, TRUE);
H A Dlrtest.c82 keypad(stdscr, TRUE);
H A Dedit_field.c182 keypad(help, TRUE);
183 keypad(data, TRUE);
H A Dtestcurs.c98 keypad(stdscr, TRUE);
345 keypad(win, TRUE);
668 keypad(pad, TRUE);
676 keypad(pad, TRUE);
683 keypad(pad, TRUE);
H A Dfirework.c130 keypad(stdscr, TRUE);
H A Dhashtest.c210 keypad(stdscr, TRUE); /* enable keyboard mapping */
H A Ddemo_forms.c125 keypad(w, TRUE);
447 keypad(stdscr, TRUE);
H A Dinserts.c134 keypad(stdscr, TRUE);
149 keypad(work, TRUE);
H A Dins_wide.c214 keypad(stdscr, TRUE);
229 keypad(work, TRUE);
H A Ddemo_defkey.c199 printw("and removes any definitions for the mini keypad. Type any of those:\n");
204 keypad(win, TRUE);
207 /* we do the define_key() calls after keypad(), since the first call to
208 * keypad() initializes the corresponding data.
H A Dtclock.c159 keypad(stdscr, TRUE);
H A Dview.c289 keypad(stdscr, TRUE); /* enable keyboard mapping */
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui.c228 keypad (TUI_CMD_WIN->generic.handle, (win_info != TUI_CMD_WIN));
384 keypad (w, TRUE);
393 keypad (TUI_CMD_WIN->generic.handle, TRUE);
H A Dtui-win.c624 /* turn keypad off while we resize */
626 keypad (TUI_CMD_WIN->generic.handle, FALSE);
752 /* turn keypad back on, unless focus is in the command window */
754 keypad (TUI_CMD_WIN->generic.handle, TRUE);
863 keypad (TUI_CMD_WIN->generic.handle, (win_info != TUI_CMD_WIN));
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dvterm_internal.h65 int keypad:1; member in struct:VTermState::__anon3151
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_options.c123 keypad(WINDOW *win, bool flag) function
125 T((T_CALLED("keypad(%p,%d)"), win, flag));
242 /* Turn the keypad on/off
245 * to emit different escape sequences for cursor and keypad keys. If we don't
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.keys465 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
466 key_a3 ka3 str K3 KEY_A3 0535 YB-GE upper right of keypad
467 key_b2 kb2 str K2 KEY_B2 0536 YB-GE center of keypad
468 key_c1 kc1 str K4 KEY_C1 0537 YB-GE lower left of keypad
469 key_c3 kc3 str K5 KEY_C3 0540 YB-GE lower right of keypad
704 key_a_divide ka_div str $/ KEY_A_DIVIDE + ----- alt- keypad / key
705 key_a_multiply ka_mul str $* KEY_A_MULTIPLY + ----- alt- keypad * key
706 key_a_add ka_add str $+ KEY_A_ADD + ----- alt- keypad + key
707 key_a_subtract ka_sub str $- KEY_A_SUBTRACT + ----- alt- keypad - key
708 key_a_kenter ka_kent str $< KEY_A_KENTER + ----- alt- keypad ente
[all...]
H A DCaps.uwin431 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
432 key_a3 ka3 str K3 KEY_A3 0535 YB-GE upper right of keypad
433 key_b2 kb2 str K2 KEY_B2 0536 YB-GE center of keypad
434 key_c1 kc1 str K4 KEY_C1 0537 YB-GE lower left of keypad
435 key_c3 kc3 str K5 KEY_C3 0540 YB-GE lower right of keypad
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesm.cc128 keypad(TRUE);
H A Dcursespad.cc96 W->keypad(TRUE);
H A Dcursesf.cc112 keypad(TRUE);
H A Dcursesw.cc142 keypad(1);

Completed in 216 milliseconds

12