Home
last modified time | relevance | path

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

/netbsd/src/lib/libterminfo/
DMakefile12 SRCS= term.c ti.c setupterm.c curterm.c tparm.c tputs.c
27 COPTS.tparm.c = -Wno-format-nonliteral
34 terminfo.3 tigetstr.3 terminfo.3 tparm.3 terminfo.3 tputs.3 \
Dterminfo.expsym53 tparm
Dtparm.c628 tparm(const char *str, in tparm() function
Dterm.h1961 char * tparm(const char *, long, long, long, long, long,
1993 # define tparm tiparm macro
/netbsd/src/external/bsd/tmux/dist/
Dtty-term.c787 s = tparm((char *)x, a, 0, 0, 0, 0, 0, 0, 0, 0); in tty_term_string_i()
806 s = tparm((char *)x, a, b, 0, 0, 0, 0, 0, 0, 0); in tty_term_string_ii()
826 s = tparm((char *)x, a, b, c, 0, 0, 0, 0, 0, 0); in tty_term_string_iii()
845 s = tparm((char *)x, (long)a, 0, 0, 0, 0, 0, 0, 0, 0); in tty_term_string_s()
865 s = tparm((char *)x, (long)a, (long)b, 0, 0, 0, 0, 0, 0, 0); in tty_term_string_ss()
DCHANGES133 * Use ncurses' new tparm_s function (added in 6.4-20230424) instead of tparm so
135 know. Also ignore errors from tparm if using previous ncurses versions.
/netbsd/src/usr.bin/tput/
Dtput.c183 putp(tparm(str, p(1), p(2), p(3), p(4), p(5), p(6), p(7), p(8), p(9))); in process()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc8232 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); in template_template_parm_bindings_ok_p() local
8235 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ) in template_template_parm_bindings_ok_p()
8272 (DECL_TEMPLATE_PARMS (tparm), in template_template_parm_bindings_ok_p()
8275 tparm, in template_template_parm_bindings_ok_p()
14322 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); in tsubst_function_decl() local
14323 DECL_NAME (tparm) = closure_identifier; in tsubst_function_decl()
14324 DECL_CHAIN (tparm) = parms; in tsubst_function_decl()
14325 parms = tparm; in tsubst_function_decl()
23016 tree tparm = TREE_VEC_ELT (tparms, i); in type_unification_real() local
23026 if (targ || tparm == error_mark_node) in type_unification_real()
[all …]
Dparser.cc4571 tree tparm = TREE_VALUE (parmtypes); in lookup_literal_operator() local
4573 bool ptr = TYPE_PTR_P (tparm); in lookup_literal_operator()
4575 if ((ptr || arr || !same_type_p (tparm, targ)) in lookup_literal_operator()
4577 || !same_type_p (TREE_TYPE (tparm), in lookup_literal_operator()
DChangeLog-20194358 PR c++/89966 - error with non-type auto tparm.
DChangeLog-19986032 decl for a non-type parameter, rather than printing `<tparm ...>'.
/netbsd/src/usr.sbin/tprof/
Dtprof_top.c135 putp(tparm(p, win.ws_row - 1, 0, 0, 0, 0, 0, 0, 0, 0)); in reset_cursor_pos()
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt4167 tparm
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20123252 * include/ext/new_allocator.h: Doxygen markup for tparm.
/netbsd/src/distrib/sets/lists/comp/
Dmi11171 ./usr/share/man/cat3/tparm.0 comp-c-catman .cat
19682 ./usr/share/man/html3/tparm.html comp-c-htmlman html
28257 ./usr/share/man/man3/tparm.3 comp-c-man .man
/netbsd/src/share/terminfo/
Dterminfo25450 # around the limitation. In a few cases, screen also uses tparm, which
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS12730 285061f8bf48bec65094d1e65f728b9a gcc/testsuite/g++.dg/cpp0x/constexpr-array-tparm.C