Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c176 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) { in term_flushln()
196 if (ic == p->tcol->lastcol) in term_flushln()
204 while (p->tcol->col < p->tcol->lastcol && in term_flushln()
234 p->col = p->tcol->col = p->tcol->lastcol = 0; in term_flushln()
280 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) { in term_fill()
476 if (p->tcol->lastcol || p->viscol) in term_vspace()
789 if (p->tcol->lastcol > 2 && in term_word()
790 (p->tcol->buf[p->tcol->lastcol - 1] == ' ' || in term_word()
791 p->tcol->buf[p->tcol->lastcol - 1] == '\t')) in term_word()
792 p->tcol->lastcol in term_word()
[all...]
H A Dterm.h51 size_t lastcol; /* Last byte in buf. */
55 size_t lastcol; /* Last byte in buf. */ global() member
H A Dtbl_term.c470 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()
475 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()
/freebsd/usr.bin/top/
H A Ddisplay.c1183 int lastcol = start; in line_update() local
1212 lastcol = start + 1; in line_update()
1233 diff = newcol - lastcol; in line_update()
1240 printf("%.*s", diff, &current[lastcol-start]); in line_update()
1249 lastcol = newcol + 1; in line_update()
1254 lastcol++; in line_update()