Home
last modified time | relevance | path

Searched defs:roff_node (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h497 struct roff_node { struct
503 struct roff_node *head; /* BLOCK */ argument
504 struct roff_node *body; /* BLOCK/ENDBODY */ argument
505 struct roff_node *tail; /* BLOCK */ argument
506 struct mdoc_arg *args; /* BLOCK/ELEM */
508 char *string; /* TEXT */
510 struct tbl_span *span; /* TBL */
511 struct eqn_box *eqn; /* EQN */
512 int line; /* Input file line number. */
513 int pos; /* Input file column number. */
[all …]