Searched refs:roff_setreg (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | mdoc_state.c | 243 roff_setreg(mdoc->roff, "nS", 1, '='); in state_sh() 246 roff_setreg(mdoc->roff, "nS", 0, '='); in state_sh()
|
| H A D | libmandoc.h | 79 void roff_setreg(struct roff *, const char *, int, char);
|
| H A D | man_macro.c | 274 roff_setreg(man->roff, "an-margin", nn->head->aux, '-'); in blk_close() 319 roff_setreg(man->roff, "an-margin", in blk_exp() 322 roff_setreg(man->roff, "an-margin", in blk_exp()
|
| H A D | mdoc_validate.c | 2558 roff_setreg(mdoc->roff, "nS", 1, '='); in post_sh_head() 2561 roff_setreg(mdoc->roff, "nS", 0, '='); in post_sh_head()
|
| H A D | roff.c | 834 roff_setreg(man->roff, "nS", 0, '='); in roff_state_reset() 3007 roff_setreg(struct roff *r, const char *name, int val, char sign) in roff_setreg() function
|