Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
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) in pre_RS()
919 if (--mt->lmarginsz < MAXMARGINS) in post_RS()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dman_term.c36 #define MAXMARGINS 64 /* maximum number of indented scopes */ macro
39 int lmargin[MAXMARGINS]; /* margins (incl. vis. page) */
785 if (++mt->lmarginsz < MAXMARGINS) in pre_RS()
807 if (--mt->lmarginsz < MAXMARGINS) in post_RS()