Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dseq.c178 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, in seq_find() argument
203 if (qp->input[0] > c_input[0]) in seq_find()
205 if (qp->input[0] < c_input[0] || in seq_find()
208 diff = MEMCMP(qp->input, c_input, MIN(qp->ilen, ilen)); in seq_find()