Searched refs:roff_setstr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff.c | 245 static void roff_setstr(struct roff *, 2317 roff_setstr(r, r->last->name, buf->buf + ppos, 2); in roff_block_sub() 2329 roff_setstr(r, r->last->name, buf->buf + pos, 2); in roff_block_text() 3314 roff_setstr(r, roff_name[t], NULL, 0); in roff_Dd() 4065 roff_setstr(struct roff *r, const char *name, const char *string, in roff_setstr() function
|