Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h338 struct block *gen_less(compiler_state_t *, int);
H A Dgrammar.y.in686 | LESS NUM { CHECK_PTR_VAL(($$ = gen_less(cstate, $2))); }
H A Dgencode.c8144 gen_less(compiler_state_t *cstate, int n) in gen_less() function