| /freebsd-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | lib_mvcur.c | 185 static int normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt); 202 #define CostOf(cap,affcnt) trace_cost_of(NCURSES_SP_ARGx #cap, cap, affcnt) argument 207 int result = normalized_cost(NCURSES_SP_ARGx cap, affcnt); in trace_normalized_cost() 212 #define NormalizedCost(cap,affcnt) trace_normalized_cost(NCURSES_SP_ARGx #cap, cap, affcnt) argument 216 #define CostOf(cap,affcnt) NCURSES_SP_NAME(_nc_msec_cost)(NCURSES_SP_ARGx cap, affcnt) argument 217 #define NormalizedCost(cap,affcnt) normalized_cost(NCURSES_SP_ARGx cap, affcnt) argument 251 number *= (float) affcnt; in NCURSES_SP_NAME() 279 _nc_msec_cost(const char *const cap, int affcnt) in _nc_msec_cost() argument 281 return NCURSES_SP_NAME(_nc_msec_cost) (CURRENT_SCREEN, cap, affcnt); in _nc_msec_cost() 286 normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt) in normalized_cost() argument [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_tputs.c | 279 int affcnt, in NCURSES_SP_NAME() 303 _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME() 305 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME() 359 trailpad *= affcnt; in NCURSES_SP_NAME() 405 number *= affcnt; in NCURSES_SP_NAME() 453 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument 456 return NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx string, affcnt, _nc_outc_wrapper); in tputs()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | vms.termcap.c | 337 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
|
| /freebsd-14.2/contrib/less/ |
| H A D | screen.c | 1652 static void do_tputs(char *str, int affcnt, int (*f_putc)(int)) in do_tputs() argument 1659 tputs(str, affcnt, f_putc); in do_tputs() 1666 static void ltputs(char *str, int affcnt, int (*f_putc)(int)) in ltputs() argument 1682 do_tputs(str2, affcnt, f_putc); in ltputs() 1687 if (ckd_mul(&delay, delay, affcnt)) in ltputs() 1700 do_tputs(str, affcnt, f_putc); in ltputs()
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | terminal.c | 1207 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs() argument 1213 (void)tputs(cap, affcnt, terminal_putc); in terminal_tputs()
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 1077 int affcnt, 1090 int affcnt,
|
| H A D | llib-ltinfow | 1099 int affcnt, 1112 int affcnt,
|
| H A D | llib-ltinfotw | 1175 int affcnt, 1188 int affcnt,
|
| H A D | llib-ltinfot | 1153 int affcnt, 1166 int affcnt,
|
| H A D | llib-lncurses | 1513 int affcnt) 1519 int affcnt) 3806 int affcnt, 3819 int affcnt,
|
| H A D | llib-lncursest | 1522 int affcnt) 1528 int affcnt) 3891 int affcnt, 3904 int affcnt,
|
| H A D | llib-lncursestw | 2103 int affcnt) 2109 int affcnt) 4852 int affcnt, 4865 int affcnt,
|
| H A D | llib-lncursesw | 2094 int affcnt) 2100 int affcnt) 4767 int affcnt, 4780 int affcnt,
|