Searched refs:keyok (Results  1 – 21 of 21) sorted by relevance
| /freebsd-src/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 | 1423 	    NCURSES_SP_NAME(keyok) (NCURSES_SP_ARGx KEY_MOUSE, on);  in mouse_activate()  local
 | 
| /freebsd-src/contrib/ncurses/man/ | 
| H A D | man_db.renames.in | 127 keyok.3x			keyok.3ncurses
 | 
| /freebsd-src/contrib/ncurses/ncurses/ | 
| H A D | llib-ltinfo | 1588 /* ./base/keyok.c */1597 #undef keyok
 1598 int	keyok(
 
 | 
| H A D | llib-ltinfow | 1650 /* ./base/keyok.c */1659 #undef keyok
 1660 int	keyok(
 
 | 
| H A D | llib-ltinfot | 1700 /* ./base/keyok.c */1709 #undef keyok
 1710 int	keyok(
 
 | 
| H A D | llib-ltinfotw | 1762 /* ./base/keyok.c */1771 #undef keyok
 1772 int	keyok(
 
 | 
| H A D | modules | 231 keyok		lib		$(base)		$(HEADER_DEPS)
 | 
| H A D | llib-lncurses | 4487 /* ./base/keyok.c */4496 #undef keyok
 4497 int	keyok(
 
 | 
| H A D | llib-lncursest | 4608 /* ./base/keyok.c */4617 #undef keyok
 4618 int	keyok(
 
 | 
| H A D | llib-lncursestw | 5609 /* ./base/keyok.c */5618 #undef keyok
 5619 int	keyok(
 
 | 
| H A D | llib-lncursesw | 5488 /* ./base/keyok.c */5497 #undef keyok
 5498 int	keyok(
 
 | 
| /freebsd-src/contrib/ncurses/misc/ | 
| H A D | ncurses.def | 231 	"keyok"	@240	NONAME
 | 
| /freebsd-src/lib/ncurses/tinfo/ | 
| H A D | Makefile | 92 	keyok.c \451 	keyok.3 \
 
 | 
| /freebsd-src/contrib/ncurses/ | 
| H A D | MANIFEST | 441 ./doc/html/man/keyok.3x.html672 ./man/keyok.3x
 803 ./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 | 9556 	  i.e., the list of definitions which are disabled by keyok().9737 	+ rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
 9742 	+ add example program test/keyok.c for keyok().
 12314 	+ modify keyok() so it works properly if there is more than one string
 13118 	  avoid resetting it via a keyok() call by mouse_activate().
 13792 	+ add modules define_key, keyok, name_match, tries
 13910 	+ Add bindings for keyok() and define_key() to the Ada95 packages.
 13990 	+ modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
 13993 	+ add extensions keyok() and define_key().  These are designed to allow
 
 | 
| H A D | INSTALL | 2173 	New extensions: keyok() and define_key().
 | 
| /freebsd-src/contrib/ncurses/include/ | 
| H A D | curses.h.in | 963 extern NCURSES_EXPORT(int) keyok (int, bool);1113 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool);	/* implemented:EXT_SP_FUNC …
 
 | 
| /freebsd-src/contrib/netbsd-tests/lib/libcurses/slave/ | 
| H A D | curses_commands.c | 2824 	report_return(keyok(keysym, flag));  in cmd_keyok()
 | 
| /freebsd-src/contrib/ncurses/doc/ | 
| H A D | ncurses-intro.doc | 881    keyok()   function   allows  you  to  temporarily  enable  or  disable
 |