/freebsd/contrib/ncurses/include/ |
H A D | nc_tparm.h | 56 #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 D | MKterm.h.awk.in | 352 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 D | curses.h.in | 208 * 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 D | Caps.uwin | 236 #%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 D | Caps.hpux11 | 236 #%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 D | Caps | 236 #%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 D | Caps.osf1r5 | 236 #%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 D | Caps.keys | 239 #%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 D | ncurses.supp | 195 fun:tparm
|
H A D | ncurses.def | 373 "tparm" @653 NONAME
|
H A D | ncurses.ref | 432 "tparm" @653 NONAME
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 257 tparm.3x tparm.3ncurses
|
H A D | manhtml.aliases | 105 tparm(3X) curs_terminfo(3X)
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1023 ### 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 D | ANNOUNCE | 76 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 D | INSTALL | 530 --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 D | NEWS | 447 + 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 D | lib_tparm.c | 1160 tparm(const char *string, ...) in tparm() function 1186 tparm(const char *string, in tparm() function
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 976 #undef tparm 977 char *tparm(
|
H A D | llib-ltinfo | 954 #undef tparm 955 char *tparm(
|
H A D | llib-ltinfotw | 1052 #undef tparm 1053 char *tparm(
|
H A D | llib-ltinfot | 1030 #undef tparm 1031 char *tparm(
|
H A D | llib-lncursest | 3768 #undef tparm 3769 char *tparm(
|
H A D | llib-lncurses | 3683 #undef tparm 3684 char *tparm(
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 900 curs_terminfo.3 tparm.3 \
|