Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_state.c238 roff_setreg(mdoc->roff, "nS", 1, '='); in state_sh()
241 roff_setreg(mdoc->roff, "nS", 0, '='); in state_sh()
H A Dlibmandoc.h79 void roff_setreg(struct roff *, const char *, int, char);
H A Dman_macro.c269 roff_setreg(man->roff, "an-margin", nn->head->aux, '-'); in blk_close()
314 roff_setreg(man->roff, "an-margin", in blk_exp()
317 roff_setreg(man->roff, "an-margin", in blk_exp()
H A Dmdoc_validate.c2536 roff_setreg(mdoc->roff, "nS", 1, '='); in post_sh_head()
2539 roff_setreg(mdoc->roff, "nS", 0, '='); in post_sh_head()
H A Droff.c840 roff_setreg(man->roff, "nS", 0, '='); in roff_state_reset()
3035 roff_setreg(struct roff *r, const char *name, int val, char sign) in roff_setreg() function