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

/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.h294 struct block *gen_relation(int, struct arth *, struct arth *, int);
H A Dgrammar.y420 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
422 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
H A Dgencode.c6884 gen_relation(code, a0, a1, reversed) function
7456 b0 = gen_relation(BPF_JEQ,

Completed in 168 milliseconds