Home
last modified time | relevance | path

Searched refs:keybound (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dkeybound.c44 NCURSES_SP_NAME(keybound) (NCURSES_SP_DCLx int code, int count) in NCURSES_EXPORT()
60 keybound(int code, int count) in keybound() function
62 return NCURSES_SP_NAME(keybound) (CURRENT_SCREEN, code, count); in keybound()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in126 keybound.3x keybound.3ncurses
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1635 /* ./base/keybound.c */
1644 #undef keybound
1645 char *keybound(
H A Dllib-ltinfo1573 /* ./base/keybound.c */
1582 #undef keybound
1583 char *keybound(
H A Dllib-ltinfotw1747 /* ./base/keybound.c */
1756 #undef keybound
1757 char *keybound(
H A Dllib-ltinfot1685 /* ./base/keybound.c */
1694 #undef keybound
1695 char *keybound(
H A Dmodules230 keybound lib $(base) $(HEADER_DEPS)
H A Dllib-lncursest4593 /* ./base/keybound.c */
4602 #undef keybound
4603 char *keybound(
H A Dllib-lncurses4472 /* ./base/keybound.c */
4481 #undef keybound
4482 char *keybound(
H A Dllib-lncursestw5594 /* ./base/keybound.c */
5603 #undef keybound
5604 char *keybound(
H A Dllib-lncursesw5473 /* ./base/keybound.c */
5482 #undef keybound
5483 char *keybound(
/freebsd/contrib/ncurses/misc/
H A Dncurses.def229 "keybound" @238 NONAME
/freebsd/lib/ncurses/tinfo/
H A DMakefile91 keybound.c \
450 keybound.3 \
/freebsd/contrib/ncurses/
H A DMANIFEST440 ./doc/html/man/keybound.3x.html
671 ./man/keybound.3x
802 ./ncurses/base/keybound.c
H A DINSTALL2096 Added extensions: keybound(), curses_version().
H A DNEWS6811 + correct title string for keybound manpage (patch by Frederic Culot,
9555 + correct keybound(), which reported definitions in the wrong table,
10232 + correct prototype in keybound manpage (noted from a Debian mailing
12310 + add function keybound(), which returns the definition associated with
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in962 extern NCURSES_EXPORT(char *) keybound (int, int);
1112 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_…