Home
last modified time | relevance | path

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

12

/src/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 "/* 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 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
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 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 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 DCaps238 #%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 Dprompter.c163 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 Dncurses.supp195 fun:tparm
H A Dncurses.def373 "tparm" @653 NONAME
H A Dncurses.ref432 "tparm" @653 NONAME
/src/contrib/ncurses/
H A Dconfigure.in975 ### 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 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.
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 DNEWS1016 + 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 Dman_db.renames.in273 tparm.3x tparm.3ncurses
H A Dmanhtml.aliases121 tparm(3X) curs_terminfo(3X)
/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c1160 tparm(const char *string, ...) in tparm() function
1186 tparm(const char *string, in tparm() function
/src/contrib/ncurses/ncurses/
H A Dllib-ltinfo960 #undef tparm
961 char *tparm(
H A Dllib-ltinfow982 #undef tparm
983 char *tparm(
H A Dllib-ltinfot1036 #undef tparm
1037 char *tparm(
H A Dllib-ltinfotw1058 #undef tparm
1059 char *tparm(
H A Dllib-lncurses3689 #undef tparm
3690 char *tparm(
H A Dllib-lncursest3774 #undef tparm
3775 char *tparm(
/src/lib/ncurses/tinfo/
H A DMakefile902 curs_terminfo.3 tparm.3 \

12