Lines Matching refs:lextable_h1
27 static const unsigned char lextable_h1[] = {
1263 if (lextable_h1[pos] & (1 << 7)) {
1265 if ((lextable_h1[pos] & 0x7f) != c) {
1272 if (lextable_h1[pos] == FAIL_CHAR)
1279 if (lextable_h1[pos] == FAIL_CHAR)
1283 if (lextable_h1[pos] < FAIL_CHAR) {
1299 if (lextable_h1[pos] == c) { /* goto */
1301 (lextable_h1[pos + 1]) +
1302 (lextable_h1[pos + 2] << 8));
1383 if (lextable_h1[ah->lextable_pos] < FAIL_CHAR) {
1386 n = ((unsigned int)lextable_h1[ah->lextable_pos] << 8) |
1387 lextable_h1[ah->lextable_pos + 1];