Searched defs:mdoc_bl (Results 1 – 1 of 1) sorted by relevance
307 struct mdoc_bl { struct308 const char *width; /* -width */309 const char *offs; /* -offset */310 enum mdoc_list type; /* -tag, -enum, etc. */311 int comp; /* -compact */312 size_t ncols; /* -column arg count */313 const char **cols; /* -column val ptr */314 int count; /* -enum counter */