Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h304 struct block *gen_mcode(compiler_state_t *, const char *, const char *,
Dgrammar.y384 | HID '/' NUM { $$.b = gen_mcode(cstate, $1, NULL, $3,
386 | HID NETMASK HID { $$.b = gen_mcode(cstate, $1, $3, 0,
Dgrammar.c2150 { (yyval.blk).b = gen_mcode(cstate, (yyvsp[-2].s), NULL, (yyvsp[0].i), in yyparse()
2157 { (yyval.blk).b = gen_mcode(cstate, (yyvsp[-2].s), (yyvsp[0].s), 0, in yyparse()
Dgencode.c6619 gen_mcode(compiler_state_t *cstate, const char *s1, const char *s2, in gen_mcode() function