Searched refs:roff_strdup (Results 1 – 2 of 2) sorted by relevance
81 char *roff_strdup(const struct roff *, const char *);
971 n->string = roff_strdup(man->roff, word); in roff_word_alloc()984 addstr = roff_strdup(man->roff, word); in roff_word_append()4263 roff_strdup(const struct roff *r, const char *p) in roff_strdup() function