Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c173 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) { in term_flushln()
193 if (ic == p->tcol->lastcol) in term_flushln()
201 while (p->tcol->col < p->tcol->lastcol && in term_flushln()
231 p->col = p->tcol->col = p->tcol->lastcol = 0; in term_flushln()
272 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) { in term_fill()
464 if (p->tcol->lastcol || p->viscol) in term_newln()
770 if (p->tcol->lastcol > 2 && in term_word()
771 (p->tcol->buf[p->tcol->lastcol - 1] == ' ' || in term_word()
772 p->tcol->buf[p->tcol->lastcol - 1] == '\t')) in term_word()
773 p->tcol->lastcol -= 2; in term_word()
[all …]
H A Dterm.h55 size_t lastcol; /* Last byte in buf. */ member
H A Dtbl_term.c433 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()
435 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()