Home
last modified time | relevance | path

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

/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c104 struct rstack { struct
105 struct rstack *rnext; argument
106 int rsou;
107 int rstr;
108 struct symtab *rsym;
109 struct symtab *rb;
110 struct attr *ap;
111 int flags;
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c92 struct rstack { struct
93 struct rstack *rnext; argument
94 int rsou;
95 int rstr;
96 struct symtab *rsym;
98 struct attr *ap;
99 int flags;
/netbsd/external/bsd/mdocml/dist/
H A Droff.c112 int *rstack; /* stack of inverted `ie' values */ member