Searched defs:affcnt (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/ucblib/libtermcap/ |
H A D | tputs.c | 60 * The number of affected lines is affcnt, and the routine 69 tputs(char *cp, int affcnt, int (*outc)(char)) argument 102 cp++, i *= affcnt;
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | init_costs.c | 147 _cost_fn(char *str, int affcnt) argument 152 (void) tputs(str, affcnt, _countchar);
|
H A D | tputs.c | 42 * The number of affected lines is affcnt, and the routine 51 _tpad(char *cp, int affcnt, int (*outc)(char x)) argument 110 delay *= affcnt; 145 tputs(char *cp, int affcnt, int (*outc)(char)) argument 153 cp = _tpad(cp, affcnt, outc);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tputs.c | 73 tputs(const char *string, int affcnt, int (*putout)(int)) argument 75 (void) __m_tputs(string, affcnt, putout); 85 __m_tputs(const char *string, int affcnt, int (*putout)(int)) argument 103 number *= affcnt;
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | init.c | 45 int affcnt; /* Number of Auto-Fwd.-From: lines in msg. */ variable 47 int Daffcnt; /* Hold affcnt when sending Delivery Notification */
|
Completed in 58 milliseconds