Home | History | Annotate | Download | only in libpcap

Lines Matching defs:arth

271 struct arth {
288 struct arth *gen_loadi(compiler_state_t *, int);
289 struct arth *gen_load(compiler_state_t *, int, struct arth *, int);
290 struct arth *gen_loadlen(compiler_state_t *);
291 struct arth *gen_neg(compiler_state_t *, struct arth *);
292 struct arth *gen_arth(compiler_state_t *, int, struct arth *, struct arth *);
310 struct block *gen_relation(compiler_state_t *, int, struct arth *,
311 struct arth *, int);