Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dgencode.h302 struct block *gen_mcode(compiler_state_t *, const char *, const char *,
H A Dgrammar.y386 | HID '/' NUM { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_mcode(cstate, $1, NULL, $3,
388 | HID NETMASK HID { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_mcode(cstate, $1, $3, 0,
H A Dgencode.c6944 gen_mcode(compiler_state_t *cstate, const char *s1, const char *s2, in gen_mcode() function