HomeSort by: relevance | last modified time | path
    Searched defs:hasDot (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/grep/
fastgrep.c 70 map_pattern(fastgrep_t *fg, int hasDot)
75 fg->qsBc[i] = fg->len - hasDot;
76 for (i = hasDot + 1; i < fg->len; i++) {
110 int hasDot = 0;
153 hasDot = i;
181 hasDot = fg->len - (firstHalfDot < 0 ?
206 map_pattern(fg, hasDot);
fastgrep.c 70 map_pattern(fastgrep_t *fg, int hasDot)
75 fg->qsBc[i] = fg->len - hasDot;
76 for (i = hasDot + 1; i < fg->len; i++) {
110 int hasDot = 0;
153 hasDot = i;
181 hasDot = fg->len - (firstHalfDot < 0 ?
206 map_pattern(fg, hasDot);

Completed in 66 milliseconds