Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/ncurses/man/
H A Dman_db.renames126 keybound.3x keybound.3ncurses
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dllib-ltinfo1476 /* ./base/keybound.c */
1485 #undef keybound
1486 char *keybound(
H A Dllib-ltinfot1588 /* ./base/keybound.c */
1597 #undef keybound
1598 char *keybound(
H A Dllib-ltinfow1538 /* ./base/keybound.c */
1547 #undef keybound
1548 char *keybound(
H A Dllib-ltinfotw1650 /* ./base/keybound.c */
1659 #undef keybound
1660 char *keybound(
H A Dmodules230 keybound lib $(base) $(HEADER_DEPS)
H A Dllib-lncurses4385 /* ./base/keybound.c */
4394 #undef keybound
4395 char *keybound(
H A Dllib-lncursest4506 /* ./base/keybound.c */
4515 #undef keybound
4516 char *keybound(
H A Dllib-lncursestw5495 /* ./base/keybound.c */
5504 #undef keybound
5505 char *keybound(
H A Dllib-lncursesw5374 /* ./base/keybound.c */
5383 #undef keybound
5384 char *keybound(
/freebsd-13.1/contrib/ncurses/misc/
H A Dncurses.def229 "keybound" @238 NONAME
/freebsd-13.1/lib/ncurses/ncurses/
H A DMakefile92 keybound.c \
559 keybound.3 \
/freebsd-13.1/contrib/ncurses/
H A DMANIFEST440 ./doc/html/man/keybound.3x.html
667 ./man/keybound.3x
797 ./ncurses/base/keybound.c
H A DINSTALL1906 Added extensions: keybound(), curses_version().
H A DNEWS5183 + correct title string for keybound manpage (patch by Frederic Culot,
7927 + correct keybound(), which reported definitions in the wrong table,
8604 + correct prototype in keybound manpage (noted from a Debian mailing
10682 + add function keybound(), which returns the definition associated with
/freebsd-13.1/contrib/ncurses/include/
H A Dcurses.h.in932 extern NCURSES_EXPORT(char *) keybound (int, int);
1073 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_…