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

  /src/usr.bin/locate/locate/
locate.c 190 char bigram1[NBG], bigram2[NBG], path[MAXPATHLEN]; local in function:fastfind
194 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++)
216 *p++ = bigram1[c], *p++ = bigram2[c];

Completed in 11 milliseconds