Searched refs:keyok (Results 1 – 21 of 21) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | keyok.c | 50 NCURSES_SP_NAME(keyok) (NCURSES_SP_DCLx int c, bool flag) in NCURSES_EXPORT() 99 keyok(int c, bool flag) in keyok() function 101 return NCURSES_SP_NAME(keyok) (CURRENT_SCREEN, c, flag); in keyok()
|
| H A D | lib_mouse.c | 1428 NCURSES_SP_NAME(keyok) (NCURSES_SP_ARGx KEY_MOUSE, on); in mouse_activate() local
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 127 keyok.3x keyok.3ncurses
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1656 /* ./base/keyok.c */ 1665 #undef keyok 1666 int keyok(
|
| H A D | llib-ltinfo | 1594 /* ./base/keyok.c */ 1603 #undef keyok 1604 int keyok(
|
| H A D | llib-ltinfot | 1706 /* ./base/keyok.c */ 1715 #undef keyok 1716 int keyok(
|
| H A D | llib-ltinfotw | 1768 /* ./base/keyok.c */ 1777 #undef keyok 1778 int keyok(
|
| H A D | modules | 231 keyok lib $(base) $(HEADER_DEPS)
|
| H A D | llib-lncursest | 4614 /* ./base/keyok.c */ 4623 #undef keyok 4624 int keyok(
|
| H A D | llib-lncurses | 4493 /* ./base/keyok.c */ 4502 #undef keyok 4503 int keyok(
|
| H A D | llib-lncursestw | 5615 /* ./base/keyok.c */ 5624 #undef keyok 5625 int keyok(
|
| H A D | llib-lncursesw | 5494 /* ./base/keyok.c */ 5503 #undef keyok 5504 int keyok(
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 231 "keyok" @240 NONAME
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 90 keyok.c \ 452 keyok.3 \
|
| /freebsd/contrib/ncurses/ |
| H A D | MANIFEST | 443 ./doc/html/man/keyok.3x.html 671 ./man/keyok.3x 802 ./ncurses/base/keyok.c
|
| H A D | ANNOUNCE | 466 * The functions keyok and define_key allow you to better control the
|
| H A D | NEWS | 10125 i.e., the list of definitions which are disabled by keyok(). 10306 + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to 10311 + add example program test/keyok.c for keyok(). 12883 + modify keyok() so it works properly if there is more than one string 13687 avoid resetting it via a keyok() call by mouse_activate(). 14361 + add modules define_key, keyok, name_match, tries 14479 + Add bindings for keyok() and define_key() to the Ada95 packages. 14559 + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so 14562 + add extensions keyok() and define_key(). These are designed to allow
|
| H A D | INSTALL | 2208 New extensions: keyok() and define_key().
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 966 extern NCURSES_EXPORT(int) keyok (int, bool); 1116 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC …
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 2824 report_return(keyok(keysym, flag)); in cmd_keyok()
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 880 keyok() function allows you to temporarily enable or disable
|