Home
last modified time | relevance | path

Searched refs:tnode (Results 1 – 25 of 34) sorted by relevance

12

/original-bsd/usr.bin/pascal/src/
H A Dtree_ty.h20 struct tnode *lhs_var;
40 struct tnode *qual;
56 struct tnode *lhs;
57 struct tnode *rhs;
63 struct tnode *next;
82 struct tnode *type;
87 struct tnode *type;
117 struct tnode *type;
124 struct tnode *type;
202 struct tnode *arg;
[all …]
H A Dyytree.c59 struct tnode *
61 register struct tnode *new; in newlist()
73 struct tnode *
76 struct tnode *new;
94 struct tnode *
118 struct tnode *
140 struct tnode *
143 struct tnode *fldlist;
160 struct tnode *
162 struct tnode *field; in setupfield()
[all …]
H A Dtreen.c19 struct tnode *
26 struct tnode *
33 struct tnode *
36 struct tnode *arg3;
41 struct tnode *
44 struct tnode *arg3 , *arg4;
49 struct tnode *
52 struct tnode *arg3 , *arg4 , *arg5;
H A D0.h764 struct tnode *newlist();
765 struct tnode *addlist();
766 struct tnode *fixlist();
767 struct tnode *setupvar();
768 struct tnode *setuptyrec();
770 struct tnode *tree();
771 struct tnode *tree1();
772 struct tnode *tree2();
773 struct tnode *tree3();
774 struct tnode *tree4();
[all …]
H A Dtype.c81 register struct tnode *tdecl;
133 register struct tnode *r; in gtype()
150 r = (struct tnode *) (&(r->tyid_node.line_no));
249 struct tnode *r; /* T_TYSCAL */ in tyscal()
252 register struct tnode *v;
280 register struct tnode *r; in tycrang()
300 register struct tnode *r; /* T_TYRANG */ in tyrang()
364 struct tnode *r; in tyary()
367 register struct tnode *tl, *s;
438 p->type = gtype((struct tnode *) p -> ptr[0]); in foredecl()
H A Dcset.c49 struct tnode *r; in precset()
53 register struct tnode *e;
56 register struct tnode *el;
57 register struct tnode *pairp;
58 register struct tnode *singp;
59 struct tnode *ip;
346 struct tnode *r;
349 register struct tnode *el;
350 register struct tnode *e;
H A Drec.c69 struct tnode *r; in tyrec()
96 register struct tnode *r; /* T_FLDLST */ in tyrec1()
125 struct tnode *r; /* T_LISTPP */
127 register struct tnode *fp, *tp, *ip;
167 register struct tnode *r; /* T_TYVARPT */
169 register struct tnode *vc, *v;
267 struct tnode *t; /* CHAR_CONST or SIGN_CONST */
H A Dlval.c34 struct tnode *var; in lvalue()
41 register struct tnode *c, *co;
48 struct tnode tr; /* T_FIELD */
49 struct tnode *tr_ptr;
50 struct tnode l_node;
330 register struct tnode *c; in lptr()
332 register struct tnode *co;
365 struct tnode *el;
H A Dcase.c38 register struct tnode *cs;
84 struct tnode *cl; /* list node */
117 register struct tnode *cl;
196 register struct tnode *cl;
H A Dfhdr.c48 struct tnode *r; in funchdr()
51 register struct tnode *rl;
136 register struct tnode *il;
302 struct tnode *formal; /* T_PFUNC or T_PPROC */
312 struct tnode *formalist; /* T_LISTPP */
316 register struct tnode *formalp; /* an element of the formal list */
317 register struct tnode *formal; /* a formal */
318 struct tnode *r, *s, *t, *typ, *idlist;
H A Dpclval.c38 struct tnode *var; in pclvalue()
43 register struct tnode *c, *co;
45 struct tnode l_node, tr;
273 struct tnode *c;
278 struct tnode *co;
H A Dconst.c71 register struct tnode *cdecl;
136 struct tnode *c_node;
139 register struct tnode *cn;
239 register struct tnode *cn; in isconst()
H A Dtree.c78 struct tnode *
100 return ((struct tnode *) q);
H A Dstklval.c26 struct tnode *r; in stklval()
H A Dvar.c88 struct tnode *vidl, *vtype;
91 register struct tnode *vl;
103 register struct tnode *vidl;
104 struct tnode *vtype;
H A Dforop.c77 struct tnode *tree_node;
79 struct tnode *lhs;
88 struct tnode *init_node;
91 struct tnode *term_node;
95 struct tnode *stat_node;
H A Dfunc.c30 struct tnode *r; in funccod()
35 register struct tnode *al;
38 struct tnode *argv, tr, tr2;
H A Dstat.c31 struct tnode *r;
33 register struct tnode *sl;
43 struct tnode *r;
45 register struct tnode *tree_node;
241 register struct tnode *p;
295 register struct tnode *av;
H A Dproc.c66 struct tnode *r;
69 register struct tnode *alv, *al;
73 struct tnode *argv;
76 struct tnode *pua, *pui, *puz, *file;
265 (struct tnode *) OCT)
268 (struct tnode *) HEX)
862 al = (struct tnode *) stkrval(al->list_node.list,
873 al = (struct tnode *) stkrval(al->list_node.list,
H A Dpcfunc.c34 struct tnode *r; /* T_FCALL */ in pcfunccod()
38 register struct tnode *al;
41 struct tnode *argv;
42 struct tnode tr, tr2;
H A Dpas.y208 (struct tnode *) *hash($1.cptr, 1));
212 TR_NIL : (struct tnode *) *hash($3.cptr, 1));
336 (struct tnode *) lineof($1.i_entry));
341 (struct tnode *) lineof($1.i_entry));
585 (struct tnode *) *hash($1.cptr, 1), $3.tr_entry);
638 (struct tnode *) *hash($2.cptr, 1));
H A Dgram10 register struct tnode *p, *q;
H A Dpccaseop.c74 struct tnode *cstatlp;
75 struct tnode *cstatp;
76 struct tnode *casep;
H A Dlab.c29 struct tnode *r;
38 register struct tnode *ll;
/original-bsd/usr.bin/pascal/pxp/
H A D0.h256 struct tnode *tree();
266 #define TR_NIL ((struct tnode *) NIL)

12