Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Decho.c548 int i, nxtra, nhits, bxtra, msglen, nshown; in complt() local
620 nshown = (ttcol + msglen + 2 > ncol) ? in complt()
623 ttcol -= (i = nshown); /* update ttcol! */ in complt()
627 i = nshown; in complt()
630 ttcol -= (i = nshown); /* update ttcol on BS's */ in complt()