Home
last modified time | relevance | path

Searched refs:rstack (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/ld/scripttempl/
H A Debmon29k.sc16 *(.rstack);
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Debmon29k.sc16 *(.rstack);
/openbsd/usr.bin/mandoc/
H A Droff.c104 int *rstack; /* stack of inverted `ie' values */ member
745 free (r->rstack); in roff_free1()
746 r->rstack = NULL; in roff_free1()
2680 (r->rstackpos < 0 ? 0 : r->rstack[r->rstackpos--]) : in roff_cond()
2691 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond()
2694 r->rstack[++r->rstackpos] = !r->last->rule; in roff_cond()