| /freebsd-9-stable/contrib/ncurses/include/ |
| D | nc_tparm.h | 42 #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)… 45 #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… 46 #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… 47 #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… 48 #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)) 49 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e)) 50 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d)) 51 #define TPARM_2(a,b,c) tparm(a,TPARM_N(b),TPARM_N(c)) 52 #define TPARM_1(a,b) tparm(a,TPARM_N(b)) 53 #define TPARM_0(a) tparm(a)
|
| D | MKterm.h.awk.in | 297 print "extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...); /* special */" 299 …print "extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, long,long,long,long,long,long,l…
|
| D | curses.h.in | 119 * Control whether tparm() supports varargs or fixed-parameter list. 802 extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...); /* special */ 804 extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, long,long,long,long,long,long,long,long,…
|
| D | Caps.uwin | 191 #%in the description field indicates that the string is passed through tparm with
|
| D | Caps.aix4 | 191 #%in the description field indicates that the string is passed through tparm with
|
| D | Caps.keys | 193 #%in the description field indicates that the string is passed through tparm with
|
| D | Caps.hpux11 | 191 #%in the description field indicates that the string is passed through tparm with
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_tparm.c | 759 #define tparm_varargs tparm 761 #define tparm_proto tparm
|
| D | trim_sgr0.c | 54 if ((result = tparm(set_attributes, 0, 0, 0, 0, 0, 0, 0, 0, flag)) == 0) in set_attribute_9()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tty/ |
| D | lib_vidattr.c | 225 tputs(tparm(set_attributes, in NCURSES_EXPORT()
|
| D | tty_update.c | 156 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch); in position_check()
|
| /freebsd-9-stable/contrib/ncurses/misc/ |
| D | ncurses.supp | 194 fun:tparm
|
| D | ncurses.def | 373 "tparm" @653 NONAME
|
| D | ncurses.ref | 432 "tparm" @653 NONAME
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | pt.c | 10019 tree tparm; in type_unification_real() local 10024 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); in type_unification_real() 10030 if (TREE_CODE (tparm) == PARM_DECL in type_unification_real() 10031 && uses_template_parms (TREE_TYPE (tparm)) in type_unification_real() 10425 tree tparm; in unify() local 10486 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0)); in unify() 10487 if (tparm == error_mark_node) in unify() 10491 != template_decl_level (tparm)) in unify() 10498 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, idx)); in unify() 10502 && TREE_CODE (tparm) != TYPE_DECL) in unify() [all …]
|
| /freebsd-9-stable/contrib/ncurses/ |
| D | configure.in | 734 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 735 AC_MSG_CHECKING(if you want tparm not to use X/Open fixed-parameter list) 736 AC_ARG_ENABLE(tparm-varargs, 737 [ --disable-tparm-varargs compile tparm() without varargs interface],
|
| D | INSTALL | 408 --disable-tparm-varargs 409 Portable programs should call tparm() using the fixed-length parameter 411 function. Use --disable-tparm-varargs to disable this support. 1452 some termcap. tparm() is standard, and does not conflict with
|
| D | NEWS | 971 + add ifdef's allowing ncurses to be built with tparm() using either 2768 + modify tput to use the same parameter analysis as tparm() does, to 3146 + add checks for null pointer in calls to tparm() and tgoto() based on 3215 + change internal type used by tparm() to long, to work with LP64 model. 4026 + report stack underflow/overflow in tparm() when tic -cv option is 4376 + modify tparm to disallow arithmetic on strings, analyze the varargs 4378 + modify tparm's internal function spop() to treat a null pointer as 4790 tparm() as 0's. 4822 + correct conflicting use of tparm() in 20000226 change to tic, which 5370 + add check to tparm to guard against divide by zero (reported by Aaron [all …]
|
| D | configure | 748 --disable-tparm-varargs compile tparm() without varargs interface function
|
| /freebsd-9-stable/contrib/dialog/samples/ |
| D | valgrind.log | 391 ==23273== by 0x80833C4: tparm (lib_tparm.c:788) 462 ==23273== by 0x80833C4: tparm (lib_tparm.c:788)
|
| /freebsd-9-stable/lib/ncurses/ncurses/ |
| D | Makefile | 852 curs_terminfo.3 tparm.3 \
|
| /freebsd-9-stable/contrib/gcc/ |
| D | sys-protos.h | 1176 extern char * tparm(/* ??? */);
|
| /freebsd-9-stable/contrib/ncurses/ncurses/ |
| D | llib-lncurses | 2764 #undef tparm 2765 char *tparm(
|
| D | llib-lncursest | 2819 #undef tparm 2820 char *tparm(
|
| D | llib-lncursesw | 3510 #undef tparm 3511 char *tparm(
|