Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dman_term.c36 #define MAXMARGINS 64 /* maximum number of indented scopes */ macro
41 int lmargin[MAXMARGINS]; /* margins (incl. vis. page) */
866 if (++mt->lmarginsz < MAXMARGINS) in pre_RS()
890 if (--mt->lmarginsz < MAXMARGINS) in post_RS()