Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtputs.c50 _tpad(char *cp, int affcnt, int (*outc)(char x)) in _tpad() argument
109 delay *= affcnt; in _tpad()
144 tputs(char *cp, int affcnt, int (*outc)(char)) in tputs() argument
152 cp = _tpad(cp, affcnt, outc); in tputs()
H A Dinit_costs.c145 _cost_fn(char *str, int affcnt) in _cost_fn() argument
150 (void) tputs(str, affcnt, _countchar); in _cost_fn()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtputs.c73 tputs(string, affcnt, putout) in tputs() argument
75 int affcnt;
82 __m_trace("tputs(%p = \"%s\", %d, %p)", string, string, affcnt, putout);
99 number *= affcnt;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c71 tputs(const char *string, int affcnt, int (*putout)(int)) in tputs() argument
73 (void) __m_tputs(string, affcnt, putout); in tputs()
83 __m_tputs(const char *string, int affcnt, int (*putout)(int)) argument
101 number *= affcnt;
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtputs.c67 tputs(char *cp, int affcnt, int (*outc)(char)) in tputs() argument
100 cp++, i *= affcnt; in tputs()
/illumos-gate/usr/src/cmd/mail/
H A Dpoplist.c68 affcnt--;
80 affcnt--;
H A Dgoback.c132 Daffcnt = affcnt; affcnt = 0;
H A Dgendeliv.c49 Daffcnt = affcnt; affcnt = 0;
253 affcnt = Daffcnt; Daffcnt = 0;
H A Ddumpaff.c78 fprintf(f,"%s %d\n", header[H_AFWDCNT].tag, affcnt);
H A Dcopylet.c199 if (affcnt > 0) { in xxxcopylet()
200 sprintf(wbuf, "%d", affcnt); in xxxcopylet()
H A Dpushlist.c46 affcnt++; in pushlist()
H A Dinit.c43 int affcnt; /* Number of Auto-Fwd.-From: lines in msg. */ variable
H A Dmail.h355 extern int affcnt; /* Number of Auto-Fwd.-From: lines in msg. */