Searched refs:lastcol (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dterm.c168 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) {
186 if (ic == p->tcol->lastcol)
194 while (p->tcol->col < p->tcol->lastcol &&
225 p->col = p->tcol->col = p->tcol->lastcol = 0;
264 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) {
443 if (p->tcol->lastcol || p->viscol)
725 if (p->tcol->lastcol > 2 &&
726 (p->tcol->buf[p->tcol->lastcol - 1] == ' ' ||
727 p->tcol->buf[p->tcol->lastcol - 1] == '\t'))
728 p->tcol->lastcol
[all...]
H A Dterm.h55 size_t lastcol; /* Last byte in buf. */ member in struct:termp_col
H A Dtbl_term.c441 if (tp->tcol->col < tp->tcol->lastcol)
443 if (tp->tcol->col < tp->tcol->lastcol)
/freebsd-12-stable/usr.bin/top/
H A Ddisplay.c1185 int lastcol = start; local
1214 lastcol = start + 1;
1226 * lastcol is the column where the cursor currently is sitting
1235 diff = newcol - lastcol;
1242 printf("%.*s", diff, &current[lastcol-start]);
1251 lastcol = newcol + 1;
1256 lastcol++;

Completed in 66 milliseconds