| /NextBSD/contrib/ncurses/ncurses/tty/ |
| HD | lib_mvcur.c | 184 static int normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt); 194 trace_cost_of(NCURSES_SP_DCLx const char *capname, const char *cap, int affcnt) in trace_cost_of() argument 196 int result = NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_ARGx cap, affcnt); in trace_cost_of() 201 #define CostOf(cap,affcnt) trace_cost_of(NCURSES_SP_ARGx #cap, cap, affcnt) argument 204 trace_normalized_cost(NCURSES_SP_DCLx const char *capname, const char *cap, int affcnt) in trace_normalized_cost() argument 206 int result = normalized_cost(NCURSES_SP_ARGx cap, affcnt); in trace_normalized_cost() 211 #define NormalizedCost(cap,affcnt) trace_normalized_cost(NCURSES_SP_ARGx #cap, cap, affcnt) argument 215 #define CostOf(cap,affcnt) NCURSES_SP_NAME(_nc_msec_cost)(NCURSES_SP_ARGx cap, affcnt) argument 216 #define NormalizedCost(cap,affcnt) normalized_cost(NCURSES_SP_ARGx cap, affcnt) argument 221 NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_DCLx const char *const cap, int affcnt) in NCURSES_SP_NAME() [all …]
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_tputs.c | 249 int affcnt, in NCURSES_SP_NAME() 270 _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME() 272 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME() 328 trailpad *= affcnt; in NCURSES_SP_NAME() 374 number *= affcnt; in NCURSES_SP_NAME() 422 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument 425 return NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx string, affcnt, _nc_outc_wrapper); in tputs()
|
| /NextBSD/contrib/tcsh/ |
| HD | vms.termcap.c | 338 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
|
| /NextBSD/lib/libedit/ |
| HD | terminal.c | 1228 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs() argument 1234 (void)tputs(cap, affcnt, terminal_putc); in terminal_tputs()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-ltinfo | 999 int affcnt, 1012 int affcnt,
|
| HD | llib-ltinfow | 999 int affcnt, 1012 int affcnt,
|
| HD | llib-ltinfotw | 1070 int affcnt, 1083 int affcnt,
|
| HD | llib-ltinfot | 1070 int affcnt, 1083 int affcnt,
|
| HD | llib-lncurses | 1484 int affcnt) 1490 int affcnt) 3644 int affcnt, 3657 int affcnt,
|
| HD | llib-lncursest | 1501 int affcnt) 1507 int affcnt) 3766 int affcnt, 3779 int affcnt,
|
| HD | llib-lncursesw | 2000 int affcnt) 2006 int affcnt) 4469 int affcnt, 4482 int affcnt,
|
| HD | llib-lncursestw | 2009 int affcnt) 2015 int affcnt) 4551 int affcnt, 4564 int affcnt,
|