Searched refs:hasevery (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/gnu/usr.bin/grep/
H A Dkwset.c346 hasevery (register struct tree const *a, register struct tree const *b) function
350 if (!hasevery(a, b->llink))
352 if (!hasevery(a, b->rlink))
444 if (!hasevery(fail->links, curr->links))

Completed in 109 milliseconds