Lines Matching defs:roff_meta
537 struct roff_meta { struct
538 struct roff_node *first; /* The first node parsed. */
539 char *msec; /* Manual section, usually a digit. */
540 char *vol; /* Manual volume title. */
541 char *os; /* Operating system. */
542 char *arch; /* Machine architecture. */
543 char *title; /* Manual title, usually CAPS. */
544 char *name; /* Leading manual name. */
545 char *date; /* Normalized date. */
546 char *sodest; /* .so target file name or NULL. */
547 int hasbody; /* Document is not empty. */
548 int rcsids; /* Bits indexed by enum mandoc_os. */
549 enum mandoc_os os_e; /* Operating system. */
550 enum roff_macroset macroset; /* Kind of high-level macros used. */