Home
last modified time | relevance | path

Searched refs:tparm (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/ncurses/include/
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)…
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T…
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA…
61 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM…
62 #define TPARM_5(a,b,c,d,e,f) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f))
63 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e))
64 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d))
65 #define TPARM_2(a,b,c) tparm(a,TPARM_N(b),TPARM_N(c))
66 #define TPARM_1(a,b) tparm(a,TPARM_N(b))
67 #define TPARM_0(a) tparm(a)
H A DMKterm.h.awk.in352 print "extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */"
354 …print "extern NCURSES_EXPORT(char *) tparm (const char *, long,long,long,long,long,long,long,long…
384 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* spe…
386 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, long,long,lo…
H A Dcurses.h.in208 * Control whether tparm() supports varargs or fixed-parameter list.
214 * Control type used for tparm's arguments. While X/Open equates long and
907 extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */
909 extern NCURSES_EXPORT(char *) tparm (const char *, NCURSES_TPARM_ARG,NCURSES_TPARM_ARG,NCURSES_TPAR…
H A DCaps.uwin236 #%the programmer should pass the string to \fB\%tparm\fP(3X) with the
240 #%passing the string to \fB\%tparm\fP(3X) may produce unexpected
H A DCaps.hpux11236 #%the programmer should pass the string to \fB\%tparm\fP(3X) with the
240 #%passing the string to \fB\%tparm\fP(3X) may produce unexpected
H A DCaps236 #%the programmer should pass the string to \fB\%tparm\fP(3X) with the
240 #%passing the string to \fB\%tparm\fP(3X) may produce unexpected
H A DCaps.osf1r5236 #%the programmer should pass the string to \fB\%tparm\fP(3X) with the
240 #%passing the string to \fB\%tparm\fP(3X) may produce unexpected
H A DCaps.keys239 #%the programmer should pass the string to \fB\%tparm\fP(3X) with the
243 #%passing the string to \fB\%tparm\fP(3X) may produce unexpected
/freebsd/contrib/ncurses/misc/
H A Dncurses.supp195 fun:tparm
H A Dncurses.def373 "tparm" @653 NONAME
H A Dncurses.ref432 "tparm" @653 NONAME
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in257 tparm.3x tparm.3ncurses
H A Dmanhtml.aliases105 tparm(3X) curs_terminfo(3X)
/freebsd/contrib/ncurses/
H A Dconfigure.in1023 ### use option --disable-tparm-varargs to make tparm() conform to X/Open
1024 AC_MSG_CHECKING(if you want tparm not to use X/Open fixed-parameter list)
1025 AC_ARG_ENABLE(tparm-varargs,
1026 [ --disable-tparm-varargs compile tparm() without varargs interface],
1124 ### use option --with-tparm-arg to override tparm's argument type
1125 CF_WITH_TYPE(tparm-arg,
1126 [ --with-tparm-arg=TYPE override parameter type of tparm],
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
282 + document limitations of tparm, and error-returns in
298 The changes to tparm, tgoto which improve the design of the low-level
H A DINSTALL530 --disable-tparm-varargs
531 Portable programs should call tparm() using the fixed-length parameter
533 function. Use --disable-tparm-varargs to disable this support.
1317 --with-tparm-arg[=XXX]
1318 Override the type used for tparm() arguments, which normally is a
1322 tparm's interface was defined.
1671 --with-tparm-arg=intptr_t
2204 some termcap. tparm() is standard, and does not conflict with
H A DNEWS447 + add checks in tparm() and tiparm() for misuse of numeric parameters,
452 + document limitations of tparm, and error-returns in curs_terminfo.3x
460 + add checks in tparm() and tiparm() for misuse of string parameters
881 + deallocate the tparm cache when del_curterm is called for the last
1016 + improve documentation for tparm and static/dynamic variables.
1020 + improve tparm implementation of %P and %g, more closely matching
1025 + add check in tic to report instances where tparm would detect an
1205 + improve discussion of padding versus tparm and tputs in
1361 parameter-lists to use in tparm calls (report/testcase by Robert
1371 as sgr0 or cnorm should not be used with tparm.
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c1160 tparm(const char *string, ...) in tparm() function
1186 tparm(const char *string, in tparm() function
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow976 #undef tparm
977 char *tparm(
H A Dllib-ltinfo954 #undef tparm
955 char *tparm(
H A Dllib-ltinfotw1052 #undef tparm
1053 char *tparm(
H A Dllib-ltinfot1030 #undef tparm
1031 char *tparm(
H A Dllib-lncursest3768 #undef tparm
3769 char *tparm(
H A Dllib-lncurses3683 #undef tparm
3684 char *tparm(
/freebsd/lib/ncurses/tinfo/
H A DMakefile900 curs_terminfo.3 tparm.3 \

12