Searched refs:rstack (Results 1 – 1 of 1) sorted by relevance
106 int *rstack; /* stack of inverted `ie' values */ member752 free (r->rstack); in roff_free1()753 r->rstack = NULL; in roff_free1()2683 (r->rstackpos < 0 ? 0 : r->rstack[r->rstackpos--]) : in roff_cond()2694 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond()2697 r->rstack[++r->rstackpos] = !r->last->rule; in roff_cond()