Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h351 struct block *gen_atmtype_abbrev(compiler_state_t *, int);
H A Dgrammar.y510 | atmtype { CHECK_PTR_VAL(($$.b = gen_atmtype_abbrev(cstate, $1))); $$.q = qerr; }
H A Dgencode.c9641 gen_atmtype_abbrev(compiler_state_t *cstate, int type) in gen_atmtype_abbrev() function