Searched refs:rstack (Results 1 – 9 of 9) sorted by relevance
113 struct rstack;249 *dclstruct(struct rstack *),282 extern struct rstack *rpole;296 struct rstack *bstruct(char *, int, NODE *);
92 struct rstack { struct93 struct rstack *rnext; argument849 struct rstack *852 struct rstack *r; in bstruct()890 r = tmpcalloc(sizeof(struct rstack)); in bstruct()908 dclstruct(struct rstack *r) in dclstruct()2967 struct rstack *rp; in complinit()
167 extern struct rstack *rpole;233 struct rstack *rp;
114 struct rstack;280 *dclstruct(struct rstack *),312 extern struct rstack *rpole;326 struct rstack *bstruct(char *, int, P1ND *);
104 struct rstack { struct105 struct rstack *rnext; argument882 struct rstack *885 struct rstack *r; in bstruct()914 r = tmpcalloc(sizeof(struct rstack)); in bstruct()932 dclstruct(struct rstack *r) in dclstruct()2996 struct rstack *rp; in complinit()
133 struct rstack *rp; in addstr()134 extern struct rstack *rpole; in addstr()
162 extern struct rstack *rpole;257 struct rstack *rp;
112 int *rstack; /* stack of inverted `ie' values */ member746 free (r->rstack); in roff_free1()747 r->rstack = NULL; in roff_free1()2594 (r->rstackpos < 0 ? 0 : r->rstack[r->rstackpos--]) : in roff_cond()2605 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond()2608 r->rstack[++r->rstackpos] = !r->last->rule; in roff_cond()
533 struct rstack *rp; in bjobcode()