Home
last modified time | relevance | path

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

/src/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()
/src/contrib/ncurses/man/
H A Dman_db.renames.in126 keybound.3x keybound.3ncurses
/src/contrib/ncurses/ncurses/
H A Dllib-ltinfo1579 /* ./base/keybound.c */
1588 #undef keybound
1589 char *keybound(
H A Dllib-ltinfow1641 /* ./base/keybound.c */
1650 #undef keybound
1651 char *keybound(
H A Dllib-ltinfot1691 /* ./base/keybound.c */
1700 #undef keybound
1701 char *keybound(
H A Dllib-ltinfotw1753 /* ./base/keybound.c */
1762 #undef keybound
1763 char *keybound(
H A Dmodules230 keybound lib $(base) $(HEADER_DEPS)
H A Dllib-lncurses4478 /* ./base/keybound.c */
4487 #undef keybound
4488 char *keybound(
H A Dllib-lncursest4599 /* ./base/keybound.c */
4608 #undef keybound
4609 char *keybound(
H A Dllib-lncursesw5479 /* ./base/keybound.c */
5488 #undef keybound
5489 char *keybound(
H A Dllib-lncursestw5600 /* ./base/keybound.c */
5609 #undef keybound
5610 char *keybound(
/src/contrib/ncurses/misc/
H A Dncurses.def229 "keybound" @238 NONAME
/src/lib/ncurses/tinfo/
H A DMakefile89 keybound.c \
451 keybound.3 \
/src/contrib/ncurses/
H A DMANIFEST442 ./doc/html/man/keybound.3x.html
670 ./man/keybound.3x
801 ./ncurses/base/keybound.c
H A DINSTALL2131 Added extensions: keybound(), curses_version().
H A DNEWS7380 + correct title string for keybound manpage (patch by Frederic Culot,
10124 + correct keybound(), which reported definitions in the wrong table,
10801 + correct prototype in keybound manpage (noted from a Debian mailing
12879 + add function keybound(), which returns the definition associated with
/src/contrib/ncurses/include/
H A Dcurses.h.in965 extern NCURSES_EXPORT(char *) keybound (int, int);
1115 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_…