Searched refs:arth (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.h262 struct arth { struct
275 struct arth *gen_loadi(int);
276 struct arth *gen_load(int, struct arth *, int);
277 struct arth *gen_loadlen(void);
278 struct arth *gen_neg(struct arth *);
279 struct arth *gen_arth(int, struct arth *, struct arth *);
[all...]
H A Dgrammar.y249 struct arth *a;
262 %type <a> arth narth
420 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
422 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
611 arth: pnum { $$ = gen_loadi($1); } label
614 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); }
615 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
616 | arth '
[all...]
H A Dgencode.c291 static struct slist *xfer_to_x(struct arth *);
292 static struct slist *xfer_to_a(struct arth *);
6623 struct arth *a;
6634 struct arth *a;
6650 struct arth *
6653 struct arth *inst;
6886 struct arth *a0, *a1;
6929 struct arth *
6933 struct arth *a = (struct arth *)newchun
[all...]

Completed in 65 milliseconds