Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c77 static int bmgtab[M_CSETSIZE]; /* BMG delta1 table */ variable
1596 bmgtab[i] = len; in bmgcomp()
1601 bmgtab[*uc++] = tlen; in bmgcomp()
1620 while (k < end && (t = bmgtab[(unsigned char)*k]) != 0) { in bmgexec()