| /freebsd-13.1/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 240 number *= (float) affcnt; in NCURSES_SP_NAME() 260 _nc_msec_cost(const char *const cap, int affcnt) in _nc_msec_cost() argument 262 return NCURSES_SP_NAME(_nc_msec_cost) (CURRENT_SCREEN, cap, affcnt); in _nc_msec_cost() 267 normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt) in normalized_cost() argument [all …]
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_tputs.c | 265 int affcnt, in NCURSES_SP_NAME() 289 _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME() 291 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME() 347 trailpad *= affcnt; in NCURSES_SP_NAME() 393 number *= affcnt; in NCURSES_SP_NAME() 441 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument 444 return NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx string, affcnt, _nc_outc_wrapper); in tputs()
|
| /freebsd-13.1/contrib/less/ |
| H A D | screen.c | 1609 do_tputs(str, affcnt, f_putc) in do_tputs() argument 1611 int affcnt; 1619 tputs(str, affcnt, f_putc); 1627 ltputs(str, affcnt, f_putc) in ltputs() argument 1629 int affcnt; 1646 do_tputs(str2, affcnt, f_putc); 1651 delay *= affcnt; 1663 do_tputs(str, affcnt, f_putc);
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | vms.termcap.c | 337 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 985 int affcnt, 998 int affcnt,
|
| H A D | llib-ltinfot | 1061 int affcnt, 1074 int affcnt,
|
| H A D | llib-ltinfow | 1007 int affcnt, 1020 int affcnt,
|
| H A D | llib-ltinfotw | 1083 int affcnt, 1096 int affcnt,
|
| H A D | llib-lncurses | 1513 int affcnt) 1519 int affcnt) 3719 int affcnt, 3732 int affcnt,
|
| H A D | llib-lncursest | 1522 int affcnt) 1528 int affcnt) 3804 int affcnt, 3817 int affcnt,
|
| H A D | llib-lncursestw | 2103 int affcnt) 2109 int affcnt) 4753 int affcnt, 4766 int affcnt,
|
| H A D | llib-lncursesw | 2094 int affcnt) 2100 int affcnt) 4668 int affcnt, 4681 int affcnt,
|
| /freebsd-13.1/contrib/libedit/ |
| H A D | terminal.c | 1208 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs() argument 1214 (void)tputs(cap, affcnt, terminal_putc); in terminal_tputs()
|