Searched defs:roffnode (Results 1 – 1 of 1) sorted by relevance
133 struct roffnode { struct135 struct roffnode *parent; /* up one in stack */ argument136 int line; /* parse line */137 int col; /* parse col */138 char *name; /* node name, e.g. macro name */139 char *end; /* custom end macro of the block */140 int endspan; /* scope to: 1=eol 2=next line -1=\} */141 int rule; /* content is: 1=evaluated 0=skipped */