| /src/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 "/* configured without --disable-tparm-varargs? */" 354 print "extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */" 356 …print "extern NCURSES_EXPORT(char *) tparm (const char *, long,long,long,long,long,long,long,long… 385 print "/* configured without --disable-tparm-varargs? */" 387 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* spe… 389 …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 910 extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ 912 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.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 | 238 #%the programmer should pass the string to \fB\%tparm\fP(3X) with the 242 #%passing the string to \fB\%tparm\fP(3X) may produce unexpected
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | prompter.c | 163 struct termios tparm; in setup_tty() local 173 if (tcgetattr(fd, &tparm) < 0) in setup_tty() 175 *saveparm = tparm; in setup_tty() 178 tparm.c_lflag &= ~(ECHO|ECHONL); in setup_tty() 180 tparm.c_lflag |= ISIG|ICANON; in setup_tty() 181 if (tcsetattr(STDIN_FILENO, TCSANOW, &tparm) < 0) in setup_tty()
|
| /src/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
|
| /src/contrib/ncurses/ |
| H A D | configure.in | 975 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 976 AC_MSG_CHECKING(if you want tparm not to use X/Open fixed-parameter list) 977 AC_ARG_ENABLE(tparm-varargs, 978 [ --disable-tparm-varargs compile tparm() without varargs interface], 1082 ### use option --with-tparm-arg to override tparm's argument type 1083 CF_WITH_TYPE(tparm-arg, 1084 [ --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. 1329 --with-tparm-arg[=XXX] 1330 Override the type used for tparm() arguments, which normally is a 1334 tparm's interface was defined. 1706 --with-tparm-arg=intptr_t 2239 some termcap. tparm() is standard, and does not conflict with
|
| H A D | NEWS | 1016 + add checks in tparm() and tiparm() for misuse of numeric parameters, 1021 + document limitations of tparm, and error-returns in curs_terminfo.3x 1029 + add checks in tparm() and tiparm() for misuse of string parameters 1450 + deallocate the tparm cache when del_curterm is called for the last 1585 + improve documentation for tparm and static/dynamic variables. 1589 + improve tparm implementation of %P and %g, more closely matching 1594 + add check in tic to report instances where tparm would detect an 1774 + improve discussion of padding versus tparm and tputs in 1930 parameter-lists to use in tparm calls (report/testcase by Robert 1940 as sgr0 or cnorm should not be used with tparm. [all …]
|
| /src/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 273 tparm.3x tparm.3ncurses
|
| H A D | manhtml.aliases | 121 tparm(3X) curs_terminfo(3X)
|
| /src/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
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 960 #undef tparm 961 char *tparm(
|
| H A D | llib-ltinfow | 982 #undef tparm 983 char *tparm(
|
| H A D | llib-ltinfot | 1036 #undef tparm 1037 char *tparm(
|
| H A D | llib-ltinfotw | 1058 #undef tparm 1059 char *tparm(
|
| H A D | llib-lncurses | 3689 #undef tparm 3690 char *tparm(
|
| H A D | llib-lncursest | 3774 #undef tparm 3775 char *tparm(
|
| /src/lib/ncurses/tinfo/ |
| H A D | Makefile | 902 curs_terminfo.3 tparm.3 \
|