Home
last modified time | relevance | path

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

/freebsd-head/contrib/mandoc/
HDterm_ascii.c76 p->defrmargin = p->lastrmargin = 78; in ascii_init()
170 p->defrmargin = width ? (size_t)width : p->lastrmargin; in ascii_setwidth()
177 p->lastrmargin = p->tcol->rmargin; in ascii_setwidth()
HDterm.h71 size_t lastrmargin; /* Right margin before the last ll. */ member