Home
last modified time | relevance | path

Searched refs:roff_strdup (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dlibmandoc.h78 char *roff_strdup(const struct roff *, const char *);
H A Droff.c963 n->string = roff_strdup(man->roff, word); in roff_word_alloc()
976 addstr = roff_strdup(man->roff, word); in roff_word_append()
4126 roff_strdup(const struct roff *r, const char *p) in roff_strdup() function