Home
last modified time | relevance | path

Searched refs:keypad (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dkeypad.c48 keypad(WINDOW *win, bool bf) in keypad() function
H A Dcaps222 keypad_local, "rmkx" "ke" Out of "keypad transmit" mode
223 keypad_xmit, "smkx" "ks" Put terminal in "keypad transmit" mode
273 key_a1, "ka1" "K1" KEY_A1, 0534, Upper left of keypad
274 key_a3, "ka3" "K3" KEY_A3, 0535, Upper right of keypad
275 key_b2, "kb2" "K2" KEY_B2, 0536, Center of keypad
276 key_c1, "kc1" "K4" KEY_C1, 0537, Lower left of keypad
277 key_c3, "kc3" "K5" KEY_C3, 0540, Lower right of keypad
H A Dmapfile-vers132 keypad;
H A Dcurses.ed27 /* The keypad is arranged like this: */
362 extern int keypad(WINDOW *, bool);
529 init_color(), init_pair(), keypad(), mvcur();
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkeypad.c163 keypad(WINDOW *w, bool bf) in keypad() function
H A Dcaps229 keypad_local rmkx ke str Out of keypad transmit mode
230 keypad_xmit smkx ks str Put terminal in keypad transmit mode
280 key_a1 ka1 K1 str Upper left of keypad
281 key_a3 ka3 K3 str Upper right of keypad
282 key_b2 kb2 K2 str Center of keypad
283 key_c1 kc1 K4 str Lower left of keypad
284 key_c3 kc3 K5 str Lower right of keypad
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkeypad.c164 keypad(WINDOW *w, bool bf) in keypad() function
H A Dcaps227 keypad_local rmkx ke str Out of keypad transmit mode
228 keypad_xmit smkx ks str Put terminal in keypad transmit mode
278 key_a1 ka1 K1 str Upper left of keypad
279 key_a3 ka3 K3 str Upper right of keypad
280 key_b2 kb2 K2 str Center of keypad
281 key_c1 kc1 K4 str Lower left of keypad
282 key_c3 kc3 K5 str Lower right of keypad
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com67 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com69 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers162 keypad;
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c247 (void) keypad(stdscr, TRUE); in pt_display_init_curses()
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers164 keypad;
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c180 keypad (stdscr, TRUE); in grub_stage2()
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault208 # The numeric keypad settings are the same as the Functional Key section above.
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com72 keyname.o keypad.o killchar.o leaveok.o
/illumos-gate/usr/src/cmd/latencytop/
H A Ddisplay.c733 (void) keypad(stdscr, TRUE); in lt_display_init()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src629 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
633 # or others using :ks:/:ke:, the keypad will not be defined as per PC-DOS.
639 # Consequently the End keypad key could not be set (it is relatively safe and
641 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
642 :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
654 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
656 :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
1138 # keypad!), loadable fonts, and strange highlighting modes ("dithered"
1264 # for the application keypad mode. We have added iris-ansi-ap rather than
1265 # change the original to keypad mode.
[all …]
H A Dterminfo.src662 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
666 # or others using <smkx>/<rmkx>, the keypad will not be defined as per PC-DOS.
672 # Consequently the End keypad key could not be set (it is relatively safe and
674 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi,
675 is2=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p,
687 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi,
689 is2=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p,
1260 # keypad!), loadable fonts, and strange highlighting modes ("dithered"
1398 # for the application keypad mode. We have added iris-ansi-ap rather than
1399 # change the original to keypad mode.
[all …]
/illumos-gate/usr/src/man/man3curses/
H A DMakefile266 keypad.3curses \
751 keypad.3curses := LINKSRC = curs_inopts.3curses
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c573 (void) keypad(stdscr, TRUE); /* enable the keypad */ in main()
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile95 keypad.3xcurses \
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1829 CTL_DESC(SES_ET_KEY_PAD_ENTRY, keypad),
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h462 extern int keypad(WINDOW *, bool);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h520 extern int keypad(WINDOW *, bool);

12