Home
last modified time | relevance | path

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

/original-bsd/usr.bin/grep/egrep/
H A Degrep.c124 char *patboy; /* Pattern for simple Boyer-Moore */ variable
269 patboy = pattern;
271 if ((patboy = alternate(pattern)) != NULL)
274 if ((patboy = isolate(pattern)) == NULL)
285 gosper(patboy); /* "pre-conditioning is wonderful"
355 chimaera(file, patboy);