| /openbsd/src/lib/libcurses/ |
| D | nc_tparm.h | 58 #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)… 61 #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… 62 #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… 63 #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… 64 #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)) 65 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e)) 66 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d)) 67 #define TPARM_2(a,b,c) tparm(a,TPARM_N(b),TPARM_N(c)) 68 #define TPARM_1(a,b) tparm(a,TPARM_N(b)) 69 #define TPARM_0(a) tparm(a)
|
| D | term.h | 832 extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ 834 extern NCURSES_EXPORT(char *) tparm (const char *, long,long,long,long,long,long,long,long,long); /… 864 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* special */ 866 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, long,long,long,long,l…
|
| D | manhtml.aliases | 67 tparm(3) curs_terminfo(3)
|
| D | curses.h | 895 extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ 897 extern NCURSES_EXPORT(char *) tparm (const char *, NCURSES_TPARM_ARG,NCURSES_TPARM_ARG,NCURSES_TPAR…
|
| /openbsd/src/usr.bin/less/ |
| D | screen.c | 398 t2 = estrdup(tparm(sc_move, 0, 0, 0, 0, 0, 0, 0, 0, 0)); in get_term() 412 t2 = estrdup(tparm(sc_move, sc_height-1, in get_term() 608 (void) tputs(tparm(sc_move, slinenum, 0, 0, 0, 0, 0, 0, 0, 0), 1, in goto_line()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | ProgressBar.py | 139 return curses.tparm(to_bytes(arg), index).decode('utf-8') or ''
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | pt.c | 8451 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local 8457 if (TREE_CODE (tparm) == PARM_DECL 8458 && uses_template_parms (TREE_TYPE (tparm)) 8940 tree tparm; local 9002 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0)); 9005 != template_decl_level (tparm)) 9012 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, idx)); 9016 && TREE_CODE (tparm) != TYPE_DECL) 9018 && TREE_CODE (tparm) != TEMPLATE_DECL)) 9123 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0)); [all …]
|
| D | ChangeLog.2 | 12820 decl for a non-type parameter, rather than printing `<tparm ...>'.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | pt.c | 9988 tree tparm; in type_unification_real() local 9993 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); in type_unification_real() 9999 if (TREE_CODE (tparm) == PARM_DECL in type_unification_real() 10000 && uses_template_parms (TREE_TYPE (tparm)) in type_unification_real() 10394 tree tparm; in unify() local 10455 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0)); in unify() 10458 != template_decl_level (tparm)) in unify() 10465 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, idx)); in unify() 10469 && TREE_CODE (tparm) != TYPE_DECL) in unify() 10471 && TREE_CODE (tparm) != TEMPLATE_DECL)) in unify() [all …]
|
| D | ChangeLog-1998 | 6032 decl for a non-type parameter, rather than printing `<tparm ...>'.
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | lib_tparm.c | 1160 tparm(const char *string, ...) in tparm() function 1186 tparm(const char *string, in tparm() function
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | sys-protos.h | 1176 extern char * tparm(/* ??? */);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | sys-protos.h | 1176 extern char * tparm(/* ??? */);
|