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

123

/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dmouse.rb11 win.keypad = true
28 stdscr.keypad(true)
H A Dextconf.rb58 getbkgd getnstr init isendwin keyname keypad resizeterm
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dkeynames.c71 keypad(stdscr, TRUE);
H A Dtestscanw.c56 keypad(stdscr, TRUE);
H A Ddemo_keyok.c55 keypad(win, TRUE);
H A Dkey_names.c74 keypad(stdscr, TRUE);
H A Dfilter.c92 keypad(stdscr, TRUE);
H A Dtest_opaque.c105 keypad(win, mode);
202 { "keypad", test_opaque_keypad },
278 keypad(txtwin, TRUE); /* enable keyboard mapping */
457 keypad(stswin, TRUE);
H A Ddemo_altkeys.c99 keypad(stdscr, TRUE);
102 /* we do the define_key() calls after keypad(), since the first call to
103 * keypad() initializes the corresponding data.
H A Dlrtest.c109 keypad(stdscr, TRUE);
H A Dredraw.c69 keypad(win, TRUE);
H A Dedit_field.c209 keypad(help, TRUE);
210 keypad(data, TRUE);
H A Dfoldkeys.c116 keypad(stdscr, TRUE);
217 keypad(stdscr, TRUE);
H A Dtestcurs.c98 keypad(stdscr, TRUE);
349 keypad(win, TRUE);
693 keypad(pad, TRUE);
701 keypad(pad, TRUE);
708 keypad(pad, TRUE);
H A Ddemo_panels.c211 keypad(win, TRUE);
343 keypad(next, TRUE);
507 keypad(win, TRUE);
795 keypad(stdscr, TRUE);
H A Dfirework.c153 keypad(stdscr, TRUE);
H A Dhashtest.c230 keypad(stdscr, TRUE); /* enable keyboard mapping */
H A Dsavescreen.c169 keypad(stdscr, TRUE);
H A Dtest_instr.c103 keypad(txtwin, TRUE); /* enable keyboard mapping */
H A Dtest_inwstr.c104 keypad(txtwin, TRUE); /* enable keyboard mapping */
H A Dinserts.c167 keypad(stdscr, TRUE);
182 keypad(work, TRUE);
H A Ddemo_forms.c148 keypad(w, TRUE);
515 keypad(stdscr, TRUE);
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dkeypad.el0 ;;; keypad.el --- simplified keypad bindings
28 ;; The keypad package allows easy binding of the keypad keys to
31 ;; With the following setup, the keypad can be used for numeric data
35 ;; keypad-setup => Plain Numeric Keypad
36 ;; keypad-numlock-setup => Prefix numeric args
52 ;; The following keypad setup is used for navigation together with
56 ;; keypad-setup => Cursor keys
57 ;; keypad
[all...]
/macosx-10.10.1/top-100.1.2/
H A Dmain.c171 || ERR == keypad(stdscr, TRUE)) {
/macosx-10.10.1/ncurses-44/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...]

Completed in 219 milliseconds

123