Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dtputs.c51 _tpad(char *cp, int affcnt, int (*outc)(char x)) in _tpad() argument
110 delay *= affcnt; in _tpad()
145 tputs(char *cp, int affcnt, int (*outc)(char)) in tputs() argument
153 cp = _tpad(cp, affcnt, outc); in tputs()
H A Dinit_costs.c147 _cost_fn(char *str, int affcnt) in _cost_fn() argument
152 (void) tputs(str, affcnt, _countchar); in _cost_fn()
H A Dllib-lcurses1056 int tputs(char *cp, int affcnt, int (*outc)(char));
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c73 tputs(const char *string, int affcnt, int (*putout)(int)) in tputs() argument
75 (void) __m_tputs(string, affcnt, putout); in tputs()
85 __m_tputs(const char *string, int affcnt, int (*putout)(int)) argument
103 number *= affcnt;
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtputs.c75 tputs(string, affcnt, putout) in tputs() argument
77 int affcnt;
84 __m_trace("tputs(%p = \"%s\", %d, %p)", string, string, affcnt, putout);
101 number *= affcnt;
/titanic_50/usr/src/ucblib/libtermcap/
H A Dtputs.c69 tputs(char *cp, int affcnt, int (*outc)(char)) in tputs() argument
102 cp++, i *= affcnt; in tputs()
/titanic_50/usr/src/cmd/mail/
H A Dpoplist.c70 affcnt--;
82 affcnt--;
H A Dgoback.c135 Daffcnt = affcnt; affcnt = 0;
H A Dgendeliv.c51 Daffcnt = affcnt; affcnt = 0;
255 affcnt = Daffcnt; Daffcnt = 0;
H A Ddumpaff.c78 fprintf(f,"%s %d\n", header[H_AFWDCNT].tag, affcnt);
H A Dcopylet.c201 if (affcnt > 0) { in xxxcopylet()
202 sprintf(wbuf, "%d", affcnt); in xxxcopylet()
H A Dpushlist.c50 affcnt++;
H A Dinit.c45 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. */