Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/ncurses/include/
Dnc_tparm.h42 #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)
DMKterm.h.awk.in297 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…
Dcurses.h.in119 * 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,…
DCaps.uwin191 #%in the description field indicates that the string is passed through tparm with
DCaps.aix4191 #%in the description field indicates that the string is passed through tparm with
DCaps.keys193 #%in the description field indicates that the string is passed through tparm with
DCaps.hpux11191 #%in the description field indicates that the string is passed through tparm with
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dlib_tparm.c759 #define tparm_varargs tparm
761 #define tparm_proto tparm
Dtrim_sgr0.c54 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/
Dlib_vidattr.c225 tputs(tparm(set_attributes, in NCURSES_EXPORT()
Dtty_update.c156 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch); in position_check()
/freebsd-9-stable/contrib/ncurses/misc/
Dncurses.supp194 fun:tparm
Dncurses.def373 "tparm" @653 NONAME
Dncurses.ref432 "tparm" @653 NONAME
/freebsd-9-stable/contrib/gcc/cp/
Dpt.c10019 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/
Dconfigure.in734 ### 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],
DINSTALL408 --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
DNEWS971 + 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 …]
Dconfigure748 --disable-tparm-varargs compile tparm() without varargs interface function
/freebsd-9-stable/contrib/dialog/samples/
Dvalgrind.log391 ==23273== by 0x80833C4: tparm (lib_tparm.c:788)
462 ==23273== by 0x80833C4: tparm (lib_tparm.c:788)
/freebsd-9-stable/lib/ncurses/ncurses/
DMakefile852 curs_terminfo.3 tparm.3 \
/freebsd-9-stable/contrib/gcc/
Dsys-protos.h1176 extern char * tparm(/* ??? */);
/freebsd-9-stable/contrib/ncurses/ncurses/
Dllib-lncurses2764 #undef tparm
2765 char *tparm(
Dllib-lncursest2819 #undef tparm
2820 char *tparm(
Dllib-lncursesw3510 #undef tparm
3511 char *tparm(

12