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