Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h326 struct block *gen_acode(compiler_state_t *, const char *, struct qual);
H A Dgrammar.y.in571 | AID { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_acode(cstate, $1, $$.q = $<blk>0.q))); }
H A Dgencode.c8900 gen_acode(compiler_state_t *cstate, const char *s, struct qual q) in gen_acode() function