Searched refs:keybound (Results 1 – 17 of 17) sorted by relevance
| /src/contrib/ncurses/ncurses/base/ |
| H A D | keybound.c | 44 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 D | man_db.renames.in | 126 keybound.3x keybound.3ncurses
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 1579 /* ./base/keybound.c */ 1588 #undef keybound 1589 char *keybound(
|
| H A D | llib-ltinfow | 1641 /* ./base/keybound.c */ 1650 #undef keybound 1651 char *keybound(
|
| H A D | llib-ltinfot | 1691 /* ./base/keybound.c */ 1700 #undef keybound 1701 char *keybound(
|
| H A D | llib-ltinfotw | 1753 /* ./base/keybound.c */ 1762 #undef keybound 1763 char *keybound(
|
| H A D | modules | 230 keybound lib $(base) $(HEADER_DEPS)
|
| H A D | llib-lncurses | 4478 /* ./base/keybound.c */ 4487 #undef keybound 4488 char *keybound(
|
| H A D | llib-lncursest | 4599 /* ./base/keybound.c */ 4608 #undef keybound 4609 char *keybound(
|
| H A D | llib-lncursesw | 5479 /* ./base/keybound.c */ 5488 #undef keybound 5489 char *keybound(
|
| H A D | llib-lncursestw | 5600 /* ./base/keybound.c */ 5609 #undef keybound 5610 char *keybound(
|
| /src/contrib/ncurses/misc/ |
| H A D | ncurses.def | 229 "keybound" @238 NONAME
|
| /src/lib/ncurses/tinfo/ |
| H A D | Makefile | 89 keybound.c \ 451 keybound.3 \
|
| /src/contrib/ncurses/ |
| H A D | MANIFEST | 442 ./doc/html/man/keybound.3x.html 670 ./man/keybound.3x 801 ./ncurses/base/keybound.c
|
| H A D | INSTALL | 2131 Added extensions: keybound(), curses_version().
|
| H A D | NEWS | 7380 + 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 D | curses.h.in | 965 extern NCURSES_EXPORT(char *) keybound (int, int); 1115 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_…
|