Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dman_term.c44 int lmarginsz; /* actual number of nested margins */ member
895 if (++mt->lmarginsz < MAXMARGINS) in pre_RS()
896 mt->lmargincur = mt->lmarginsz; in pre_RS()
919 if (--mt->lmarginsz < MAXMARGINS) in post_RS()
920 mt->lmargincur = mt->lmarginsz; in post_RS()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dman_term.c41 int lmarginsz; /* actual number of nested margins */ member
785 if (++mt->lmarginsz < MAXMARGINS) in pre_RS()
786 mt->lmargincur = mt->lmarginsz; in pre_RS()
807 if (--mt->lmarginsz < MAXMARGINS) in post_RS()
808 mt->lmargincur = mt->lmarginsz; in post_RS()