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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c37 #define MAXMARGINS 64 /* maximum number of indented scopes */ macro
42 int lmargin[MAXMARGINS]; /* margins (incl. vis. page) */
895 if (++mt->lmarginsz < MAXMARGINS)
919 if (--mt->lmarginsz < MAXMARGINS)

Completed in 60 milliseconds