Searched refs:rstack (Results 1 – 1 of 1) sorted by relevance
317 int *rstack; /* stack of inverted `ie' values */ member848 free (r->rstack); in roff_free1()849 r->rstack = NULL; in roff_free1()1834 (r->rstackpos < 0 ? 0 : r->rstack[r->rstackpos--]) : in roff_cond()1845 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond()1848 r->rstack[++r->rstackpos] = !r->last->rule; in roff_cond()