Searched refs:keybound (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/ncurses/man/ |
| H A D | man_db.renames | 126 keybound.3x keybound.3ncurses
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 1476 /* ./base/keybound.c */ 1485 #undef keybound 1486 char *keybound(
|
| H A D | llib-ltinfot | 1588 /* ./base/keybound.c */ 1597 #undef keybound 1598 char *keybound(
|
| H A D | llib-ltinfow | 1538 /* ./base/keybound.c */ 1547 #undef keybound 1548 char *keybound(
|
| H A D | llib-ltinfotw | 1650 /* ./base/keybound.c */ 1659 #undef keybound 1660 char *keybound(
|
| H A D | modules | 230 keybound lib $(base) $(HEADER_DEPS)
|
| H A D | llib-lncurses | 4385 /* ./base/keybound.c */ 4394 #undef keybound 4395 char *keybound(
|
| H A D | llib-lncursest | 4506 /* ./base/keybound.c */ 4515 #undef keybound 4516 char *keybound(
|
| H A D | llib-lncursestw | 5495 /* ./base/keybound.c */ 5504 #undef keybound 5505 char *keybound(
|
| H A D | llib-lncursesw | 5374 /* ./base/keybound.c */ 5383 #undef keybound 5384 char *keybound(
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | ncurses.def | 229 "keybound" @238 NONAME
|
| /freebsd-13.1/lib/ncurses/ncurses/ |
| H A D | Makefile | 92 keybound.c \ 559 keybound.3 \
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | MANIFEST | 440 ./doc/html/man/keybound.3x.html 667 ./man/keybound.3x 797 ./ncurses/base/keybound.c
|
| H A D | INSTALL | 1906 Added extensions: keybound(), curses_version().
|
| H A D | NEWS | 5183 + 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 D | curses.h.in | 932 extern NCURSES_EXPORT(char *) keybound (int, int); 1073 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_…
|