| /src/lib/libterminfo/ |
| Makefile | 12 SRCS= term.c ti.c setupterm.c curterm.c tparm.c tputs.c 29 COPTS.tparm.c+= -Wno-format-nonliteral 36 terminfo.3 tigetstr.3 terminfo.3 tparm.3 terminfo.3 tputs.3 \
|
| term.h | 1961 char * tparm(const char *, long, long, long, long, long, 1977 /* Using tparm can be kunkly, so provide a variadic function 1991 /* Default to X/Open tparm, but allow it to be variadic also */ 1993 # define tparm tiparm macro
|
| /src/usr.bin/tput/ |
| tput.c | 183 putp(tparm(str, p(1), p(2), p(3), p(4), p(5), p(6), p(7), p(8), p(9)));
|
| /src/external/bsd/tmux/dist/ |
| tty-term.c | 798 s = tparm((char *)x, a, 0, 0, 0, 0, 0, 0, 0, 0); 817 s = tparm((char *)x, a, b, 0, 0, 0, 0, 0, 0, 0); 837 s = tparm((char *)x, a, b, c, 0, 0, 0, 0, 0, 0); 856 s = tparm((char *)x, (long)a, 0, 0, 0, 0, 0, 0, 0, 0); 876 s = tparm((char *)x, (long)a, (long)b, 0, 0, 0, 0, 0, 0, 0);
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| ProgressBar.py | 139 return curses.tparm(to_bytes(arg), index).decode('utf-8') or ''
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 8387 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local 8390 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ) 8423 (tparm, 8426 tparm, 14723 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); 14724 DECL_NAME (tparm) = closure_identifier; 14725 DECL_CHAIN (tparm) = parms; 14726 parms = tparm; 23557 tree tparm = TREE_VEC_ELT (tparms, i); 23567 if (targ || tparm == error_mark_node 14722 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); local 23556 tree tparm = TREE_VEC_ELT (tparms, i); local 23635 tree tparm = TREE_VEC_ELT (tparms, i); local 24663 tree tparm; local 30745 tree tparm = TREE_VEC_ELT (tparms, i); local [all...] |
| parser.cc | 4842 tree tparm = TREE_VALUE (parmtypes); 4844 bool ptr = TYPE_PTR_P (tparm); 4846 if ((ptr || arr || !same_type_p (tparm, targ)) 4848 || !same_type_p (TREE_TYPE (tparm), 18457 return grokdeclarator (decl, specs, TPARM, 0, NULL); 18695 TPARM, /*initialized=*/0, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 8250 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local 8253 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ) 8290 (DECL_TEMPLATE_PARMS (tparm), 8293 tparm, 14353 tree tparm = build_this_parm (r, closure, type_memfn_quals (type)); 14354 DECL_NAME (tparm) = closure_identifier; 14355 DECL_CHAIN (tparm) = parms; 14356 parms = tparm; 23048 tree tparm = TREE_VEC_ELT (tparms, i); 23058 if (targ || tparm == error_mark_node [all...] |
| parser.cc | 4573 tree tparm = TREE_VALUE (parmtypes); 4575 bool ptr = TYPE_PTR_P (tparm); 4577 if ((ptr || arr || !same_type_p (tparm, targ)) 4579 || !same_type_p (TREE_TYPE (tparm), 17704 return grokdeclarator (decl, specs, TPARM, 0, NULL); 17942 TPARM, /*initialized=*/0, [all...] |
| /src/usr.sbin/tprof/ |
| tprof_top.c | 135 putp(tparm(p, win.ws_row - 1, 0, 0, 0, 0, 0, 0, 0, 0));
|