Searched refs:roff_setreg (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | mdoc_state.c | 235 roff_setreg(mdoc->roff, "nS", 1, '='); in state_sh() 238 roff_setreg(mdoc->roff, "nS", 0, '='); in state_sh()
|
| D | man_macro.c | 267 roff_setreg(man->roff, "an-margin", nn->head->aux, '-'); in blk_close() 312 roff_setreg(man->roff, "an-margin", in blk_exp() 315 roff_setreg(man->roff, "an-margin", in blk_exp()
|
| D | libmandoc.h | 76 void roff_setreg(struct roff *, const char *, int, char sign);
|
| D | mdoc_validate.c | 2319 roff_setreg(mdoc->roff, "nS", 1, '='); in post_sh_head() 2322 roff_setreg(mdoc->roff, "nS", 0, '='); in post_sh_head()
|
| D | roff.c | 832 roff_setreg(man->roff, "nS", 0, '='); in roff_state_reset() 2916 roff_setreg(struct roff *r, const char *name, int val, char sign) in roff_setreg() function
|