Home
last modified time | relevance | path

Searched defs:affcnt (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c195 trace_cost_of(NCURSES_SP_DCLx const char *capname, const char *cap, int affcnt) in trace_cost_of()
202 #define CostOf(cap,affcnt) trace_cost_of(NCURSES_SP_ARGx #cap, cap, affcnt) argument
205 trace_normalized_cost(NCURSES_SP_DCLx const char *capname, const char *cap, int 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
260 _nc_msec_cost(const char *const cap, int affcnt) in _nc_msec_cost()
267 normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt) in normalized_cost()
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c441 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument
/dragonfly/contrib/less/
HDscreen.c1653 static void do_tputs(constant char *str, int affcnt, int (*f_putc)(int)) in do_tputs() argument
1667 static void ltputs(constant char *str, int affcnt, int (*f_putc)(int)) in ltputs() argument
/dragonfly/contrib/libedit/src/
HDterminal.c1209 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs()