Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h312 struct block *gen_scode(compiler_state_t *, const char *, struct qual);
H A Dgrammar.y423 nid: ID { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_scode(cstate, $1, $$.q = $<blk>0.q))); }
H A Dgencode.c6649 gen_scode(compiler_state_t *cstate, const char *name, struct qual q) in gen_scode() function