Searched refs:roff_strdup (Results 1 – 4 of 4) sorted by relevance
73 char *roff_strdup(const struct roff *, const char *);
577 n->string = roff_strdup(mdoc->roff, p); in mdoc_word_alloc()593 addstr = roff_strdup(mdoc->roff, p); in mdoc_word_append()
326 n->string = roff_strdup(man->roff, word); in man_word_alloc()
1946 roff_strdup(const struct roff *r, const char *p) in roff_strdup() function