Lines Matching refs:tbl
128 struct tbl *val; /* value from token() */
129 struct tbl *evaling; /* variable that is being recursively
139 static struct tbl *evalexpr ARGS((Expr_state *es, enum prec prec));
141 static struct tbl *do_ppmm(Expr_state *, enum token, struct tbl *, bool);
143 struct tbl *vasn));
144 static struct tbl *tempvar ARGS((void));
145 static struct tbl *intvar ARGS((Expr_state *es, struct tbl *vp));
156 struct tbl v;
171 struct tbl *vp;
175 struct tbl *v;
183 curstate.evaling = (struct tbl *) 0;
283 static struct tbl *
288 struct tbl *vl, UNINITIALIZED(*vr), *vasn;
540 static struct tbl *
541 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix)
543 struct tbl *vl;
564 struct tbl *vasn;
572 static struct tbl *
575 struct tbl *vp;
577 vp = (struct tbl*) alloc(sizeof(struct tbl), ATEMP);
587 static struct tbl *
590 struct tbl *vp;
592 struct tbl *vq;
607 es->evaling = (struct tbl *) 0;