Searched refs:gen_mcode6 (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.h | 307 struct block *gen_mcode6(compiler_state_t *, const char *, const char *,
|
D | grammar.y | 403 $$.b = gen_mcode6(cstate, $1, NULL, $3, 412 $$.b = gen_mcode6(cstate, $1, 0, 128,
|
D | grammar.c | 2184 (yyval.blk).b = gen_mcode6(cstate, (yyvsp[-2].s), NULL, (yyvsp[0].i), in yyparse() 2198 (yyval.blk).b = gen_mcode6(cstate, (yyvsp[0].s), 0, 128, in yyparse()
|
D | gencode.c | 6774 gen_mcode6(compiler_state_t *cstate, const char *s1, const char *s2, in gen_mcode6() function
|