Lines Matching refs:roff_setstr
206 static void roff_setstr(struct roff *,
457 roff_setstr(r, predefs[i].name, predefs[i].str, 0); in roff_reset()
484 roff_setstr(r, predefs[i].name, predefs[i].str, 0); in roff_alloc()
952 roff_setstr(r, name, "", 0); in roff_block()
1038 roff_setstr(r, r->last->name, *bufp + ppos, 1); in roff_block_sub()
1054 roff_setstr(r, r->last->name, *bufp + pos, 1); in roff_block_text()
1357 roff_setstr(r, name, string, 0); in roff_ds()
1464 roff_setstr(r, name, NULL, 0); in roff_rm()
1502 roff_setstr(r, *cp, NULL, 0); in roff_Dd()
1515 roff_setstr(r, *cp, NULL, 0); in roff_TH()
1820 roff_setstr(struct roff *r, const char *name, const char *string, in roff_setstr() function