Searched defs:roff_man (Results 1 – 1 of 1) sorted by relevance
32 struct roff_man { struct33 struct roff_meta meta; /* Public parse results. */34 struct roff *roff; /* Roff parser state data. */35 struct ohash *mdocmac; /* Mdoc macro lookup table. */36 struct ohash *manmac; /* Man macro lookup table. */37 const char *os_s; /* Default operating system. */38 char *os_r; /* Operating system name at run time. */39 struct roff_node *last; /* The last node parsed. */40 struct roff_node *last_es; /* The most recent Es node. */41 int quick; /* Abort parse early. */[all …]