Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermlib.c532 int affcnt, // Number of lines affected in tputs() argument
550 if (affcnt>1) affcnt = 1; in tputs()
557 counter = (counter * _bauds[ospeed] * (long)affcnt) / frac; in tputs()
/vim-8.2.3635/src/proto/
H A Dtermlib.pro7 int tputs(char *cp, int affcnt, void (*outc)(unsigned int));