Home
last modified time | relevance | path

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

12

/NextBSD/contrib/ncurses/include/
HDnc_tparm.h52 #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)…
55 #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…
56 #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…
57 #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…
58 #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))
59 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e))
60 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d))
61 #define TPARM_2(a,b,c) tparm(a,TPARM_N(b),TPARM_N(c))
62 #define TPARM_1(a,b) tparm(a,TPARM_N(b))
63 #define TPARM_0(a) tparm(a)
HDMKterm.h.awk.in278 print "extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...); /* special */"
280 …print "extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, long,long,long,long,long,long,l…
309 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, NCURSES_CONST char *, ...)…
311 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, NCURSES_CONST char *, long…
HDcurses.h.in135 * Control whether tparm() supports varargs or fixed-parameter list.
141 * Control type used for tparm's arguments. While X/Open equates long and
860 extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...); /* special */
862 extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, NCURSES_TPARM_ARG,NCURSES_TPARM_ARG,NCUR…
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_tparm.c771 #define tparm_varargs tparm
773 #define tparm_proto tparm
HDtrim_sgr0.c54 value = tparm(set_attributes, 0, 0, 0, 0, 0, 0, 0, 0, flag); in set_attribute_9()
/NextBSD/contrib/ncurses/
HDconfigure.in806 ### use option --disable-tparm-varargs to make tparm() conform to X/Open
807 AC_MSG_CHECKING(if you want tparm not to use X/Open fixed-parameter list)
808 AC_ARG_ENABLE(tparm-varargs,
809 [ --disable-tparm-varargs compile tparm() without varargs interface],
881 ### use option --with-tparm-arg to override tparm's argument type
882 AC_MSG_CHECKING(for type of tparm args)
883 AC_ARG_WITH(tparm-arg,
884 [ --with-tparm-arg=TYPE override parameter type of tparm],
HDINSTALL425 --disable-tparm-varargs
426 Portable programs should call tparm() using the fixed-length parameter
428 function. Use --disable-tparm-varargs to disable this support.
1041 --with-tparm-arg[=XXX]
1042 Override the type used for tparm() arguments, which normally is a
1046 tparm's interface was defined.
1643 some termcap. tparm() is standard, and does not conflict with
HDNEWS466 + change %l behavior in tparm to push the string length onto the stack
937 + add configure option --with-tparm-arg
3395 + add ifdef's allowing ncurses to be built with tparm() using either
5191 + modify tput to use the same parameter analysis as tparm() does, to
5569 + add checks for null pointer in calls to tparm() and tgoto() based on
5638 + change internal type used by tparm() to long, to work with LP64 model.
6449 + report stack underflow/overflow in tparm() when tic -cv option is
6799 + modify tparm to disallow arithmetic on strings, analyze the varargs
6801 + modify tparm's internal function spop() to treat a null pointer as
7213 tparm() as 0's.
[all …]
/NextBSD/contrib/ncurses/misc/
HDncurses.supp194 fun:tparm
HDncurses.def373 "tparm" @653 NONAME
HDncurses.ref432 "tparm" @653 NONAME
/NextBSD/contrib/ncurses/progs/
HDtabs.c76 tputs(tparm(set_tab, stop), 1, putch); in do_tabs()
/NextBSD/contrib/ncurses/ncurses/tty/
HDlib_vidattr.c249 tparm(set_attributes, in NCURSES_EXPORT()
HDtty_update.c170 tparm("\033[%d;%dH", in position_check()
/NextBSD/contrib/gcc/cp/
HDpt.c10024 tree tparm; in type_unification_real() local
10029 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); in type_unification_real()
10035 if (TREE_CODE (tparm) == PARM_DECL in type_unification_real()
10036 && uses_template_parms (TREE_TYPE (tparm)) in type_unification_real()
10430 tree tparm; in unify() local
10491 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0)); in unify()
10492 if (tparm == error_mark_node) in unify()
10496 != template_decl_level (tparm)) in unify()
10503 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, idx)); in unify()
10507 && TREE_CODE (tparm) != TYPE_DECL) in unify()
[all …]
/NextBSD/contrib/ncurses/ncurses/
HDllib-ltinfo903 #undef tparm
904 char *tparm(
HDllib-ltinfow903 #undef tparm
904 char *tparm(
HDllib-ltinfotw974 #undef tparm
975 char *tparm(
HDllib-ltinfot974 #undef tparm
975 char *tparm(
HDllib-lncurses3548 #undef tparm
3549 char *tparm(
HDllib-lncursest3670 #undef tparm
3671 char *tparm(
HDllib-lncursesw4373 #undef tparm
4374 char *tparm(
HDllib-lncursestw4455 #undef tparm
4456 char *tparm(
/NextBSD/lib/ncurses/ncurses/
HDMakefile986 curs_terminfo.3 tparm.3 \
/NextBSD/contrib/gcc/
HDsys-protos.h1176 extern char * tparm(/* ??? */);

12