Home
last modified time | relevance | path

Searched refs:tiparm (Results 1 – 14 of 14) sorted by relevance

/src/contrib/ncurses/
H A DANNOUNCE76 strings for output to the terminal (tiparm and tparm) analyze the
109 checks to make the older tiparm, tparm and tgoto functions safer:
110 + the terminfo functions tiparm and tparm ensure that the
116 + ncurses uses internal functions which correspond to tiparm,
H A DINSTALL1555 + _nc_tiparm is a variant of tiparm which is used when all of the
1757 + add tiparm function based on review of X/Open Curses Issue 7.
H A DNEWS1016 + add checks in tparm() and tiparm() for misuse of numeric parameters,
1029 + add checks in tparm() and tiparm() for misuse of string parameters
2855 + fix a case where tiparm could return null if the format-string was
6904 + add tiparm(), based on review of X/Open Curses Issue 7.
/src/contrib/ncurses/ncurses/
H A Dllib-ltinfo966 #undef tiparm
967 char *tiparm(
H A Dllib-ltinfow988 #undef tiparm
989 char *tiparm(
H A Dllib-ltinfot1042 #undef tiparm
1043 char *tiparm(
H A Dllib-ltinfotw1064 #undef tiparm
1065 char *tiparm(
H A Dllib-lncurses3695 #undef tiparm
3696 char *tiparm(
H A Dllib-lncursest3780 #undef tiparm
3781 char *tiparm(
H A Dllib-lncursesw4656 #undef tiparm
4657 char *tiparm(
H A Dllib-lncursestw4741 #undef tiparm
4742 char *tiparm(
/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c1228 tiparm(const char *string, ...) in tiparm() function
/src/contrib/ncurses/include/
H A DMKterm.h.awk.in359 print "extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */"
H A Dcurses.h.in915 extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */