Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dlib_mvcur.c182 trace_cost_of(const char *capname, const char *cap, int affcnt) in trace_cost_of()
189 #define CostOf(cap,affcnt) trace_cost_of(#cap,cap,affcnt); argument
192 trace_normalized_cost(const char *capname, const char *cap, int affcnt) in trace_normalized_cost()
199 #define NormalizedCost(cap,affcnt) trace_normalized_cost(#cap,cap,affcnt); argument
203 #define CostOf(cap,affcnt) _nc_msec_cost(cap,affcnt); argument
204 #define NormalizedCost(cap,affcnt) normalized_cost(cap,affcnt); argument
209 _nc_msec_cost(const char *const cap, int affcnt) in _nc_msec_cost()
245 normalized_cost(const char *const cap, int affcnt) in normalized_cost()
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dlib_tputs.c127 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument
/freebsd-10-stable/contrib/tcsh/
Dvms.termcap.c338 tputs(char *cp, int affcnt, int (*outc)()) in tputs()
/freebsd-10-stable/lib/libedit/
Dterm.c1254 term_tputs(EditLine *el, const char *cap, int affcnt) in term_tputs()