Home
last modified time | relevance | path

Searched refs:gen_ncode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dgencode.h333 struct block *gen_ncode(compiler_state_t *, const char *, bpf_u_int32,
H A Dgrammar.y.in458 | pnum { CHECK_PTR_VAL(($$.b = gen_ncode(cstate, NULL, $1,
518 CHECK_PTR_VAL(($$.b = gen_ncode(cstate, $1, 0, $$.q)));
582 qid: pnum { CHECK_PTR_VAL(($$.b = gen_ncode(cstate, NULL, $1,
H A Dgencode.c7308 gen_ncode(compiler_state_t *cstate, const char *s, bpf_u_int32 v, struct qual q) in gen_ncode() function