Home | History | Annotate | Download | only in regex

Lines Matching defs:ncols

1219 	int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT;
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1236 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT;
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)