Home | History | Annotate | Download | only in src

Lines Matching refs:cbit_word

459   cbit_word,  cbit_digit, -2,             /* alpha */
462 cbit_word, -1, 2, /* alnum - word without underscore */
471 cbit_word, -1, 0, /* word - a Perl extension */
4613 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
4618 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];