Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/mandoc/
H A Dout.h19 enum roffscale { enum
42 enum roffscale unit;
66 const char *a2roffsu(const char *, struct roffsu *, enum roffscale);
H A Dout.c57 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu()