Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/common/
Dseq.c202 EVENT *e_input, in seq_find() argument
229 if (e_input == NULL) { in seq_find()
237 if (qp->input[0] > e_input->e_c) in seq_find()
239 if (qp->input[0] < e_input->e_c || in seq_find()
243 e_memcmp(qp->input, e_input, MIN(qp->ilen, ilen)); in seq_find()