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