Home
last modified time | relevance | path

Searched refs:affcnt (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dlib_mvcur.c172 static int normalized_cost(const char *const cap, int affcnt);
182 trace_cost_of(const char *capname, const char *cap, int affcnt) in trace_cost_of() argument
184 int result = _nc_msec_cost(cap, 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() argument
194 int result = normalized_cost(cap, 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() argument
[all …]
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dlib_tputs.c127 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument
146 _nc_visbuf(string), affcnt, addrbuf); in tputs()
148 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf); in tputs()
195 trailpad *= affcnt; in tputs()
241 number *= affcnt; in tputs()
/freebsd-10-stable/lib/libedit/
Dsys.h95 extern int tputs(const char *str, int affcnt, int (*putc)(int));
Dterm.c1254 term_tputs(EditLine *el, const char *cap, int affcnt) in term_tputs() argument
1260 (void)tputs(cap, affcnt, term_putc); in term_tputs()
/freebsd-10-stable/contrib/tcsh/
Dvms.termcap.c338 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
/freebsd-10-stable/contrib/ncurses/ncurses/
Dllib-lncurses1309 int affcnt)
2806 int affcnt,
Dllib-lncursest1313 int affcnt)
2861 int affcnt,
Dllib-lncursesw1817 int affcnt)
3552 int affcnt,