Lines Matching defs:roff_mandb_rec
64 typedef struct roff_mandb_rec { struct
66 char *name; // for storing the name of the man page
67 char *name_desc; // for storing the one line description (.Nd)
68 secbuff desc; // for storing the DESCRIPTION section
69 secbuff lib; // for the LIBRARY section
70 secbuff return_vals; // RETURN VALUES
71 secbuff env; // ENVIRONMENT
72 secbuff files; // FILES
73 secbuff exit_status; // EXIT STATUS
74 secbuff diagnostics; // DIAGNOSTICS
75 secbuff errors; // ERRORS
76 char *section;
78 int xr_found; // To track whether a .Xr was seen when parsing a section
81 char *md5_hash;
82 dev_t device;
83 ino_t inode;
84 time_t mtime;
87 char *machine;
88 char *links; //all the links to a page in a space separated form
89 char *file_path;
92 int page_type; //Indicates the type of page: mdoc or man