Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm_ascii.c75 p->defrmargin = p->lastrmargin = 78; in ascii_init()
171 p->defrmargin = width ? (size_t)width : p->lastrmargin; in ascii_setwidth()
178 p->lastrmargin = p->tcol->rmargin; in ascii_setwidth()
H A Dterm.h70 size_t lastrmargin; /* Right margin before the last ll. */ member