Searched refs:affcnt (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tputs.c | 50 _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 D | init_costs.c | 145 _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 D | tputs.c | 73 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 D | tputs.c | 71 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 D | tputs.c | 67 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 D | poplist.c | 68 affcnt--; 80 affcnt--;
|
H A D | goback.c | 132 Daffcnt = affcnt; affcnt = 0;
|
H A D | gendeliv.c | 49 Daffcnt = affcnt; affcnt = 0; 253 affcnt = Daffcnt; Daffcnt = 0;
|
H A D | dumpaff.c | 78 fprintf(f,"%s %d\n", header[H_AFWDCNT].tag, affcnt);
|
H A D | copylet.c | 199 if (affcnt > 0) { in xxxcopylet() 200 sprintf(wbuf, "%d", affcnt); in xxxcopylet()
|
H A D | pushlist.c | 46 affcnt++; in pushlist()
|
H A D | init.c | 43 int affcnt; /* Number of Auto-Fwd.-From: lines in msg. */ variable
|
H A D | mail.h | 355 extern int affcnt; /* Number of Auto-Fwd.-From: lines in msg. */
|