Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dlibmandoc.h81 char *roff_strdup(const struct roff *, const char *);
H A Droff.c971 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