Searched refs:lastHalfDot (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dfastgrep.c87 int lastHalfDot = 0; local
139 lastHalfDot = i;
156 ((lastHalfDot) && ((firstHalfDot < 0) ||
157 ((fg->len - (lastHalfDot + 1)) < (size_t)firstHalfDot)))) &&

Completed in 295 milliseconds