Searched refs:tiparm_s (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 88 that would be passed to tiparm_s. 89 + tiparm_s provides applications a way to tell ncurses what the 108 * In addition to the new, safer function tiparm_s, ncurses adds 305 These are the major changes (aside from introducing tiparm_s):
|
H A D | INSTALL | 1468 + tiparm_s and tiscan_s
|
H A D | NEWS | 421 that would be passed to tiparm_s, etc. 422 + add tiparm_s() to provide applications a way to tell ncurses what
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 988 #undef tiparm_s 989 char *tiparm_s(
|
H A D | llib-ltinfo | 966 #undef tiparm_s 967 char *tiparm_s(
|
H A D | llib-ltinfotw | 1064 #undef tiparm_s 1065 char *tiparm_s(
|
H A D | llib-ltinfot | 1042 #undef tiparm_s 1043 char *tiparm_s(
|
H A D | llib-lncursest | 3780 #undef tiparm_s 3781 char *tiparm_s(
|
H A D | llib-lncurses | 3695 #undef tiparm_s 3696 char *tiparm_s(
|
H A D | llib-lncursestw | 4741 #undef tiparm_s 4742 char *tiparm_s(
|
H A D | llib-lncursesw | 4656 #undef tiparm_s 4657 char *tiparm_s(
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tparm.c | 1256 tiparm_s(int num_expected, int tparm_type, const char *string, ...) in tiparm_s() function
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 358 print "extern NCURSES_EXPORT(char *) tiparm_s (int, int, const char *, ...); /* special */"
|
H A D | curses.h.in | 913 extern NCURSES_EXPORT(char *) tiparm_s (int, int, const char *, ...); /* special */
|