Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c194 trace_cost_of(NCURSES_SP_DCLx const char *capname, const char *cap, int 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()
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
259 _nc_msec_cost(const char *const cap, int affcnt) in _nc_msec_cost()
266 normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt) in normalized_cost()
/NextBSD/contrib/tcsh/
HDvms.termcap.c338 tputs(char *cp, int affcnt, int (*outc)()) in tputs()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c422 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument
/NextBSD/lib/libedit/
HDterminal.c1228 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs()