Searched refs:lextable_terms (Results 1 – 3 of 3) sorted by relevance
517 static unsigned char lextable_terms[] = { variable
321 if (lextable_terms[q >> 3] & (1 << (q & 7))) /* terminal */ in lextable_decode()
200 if (lextable_terms[q >> 3] & (1 << (q & 7))) /* terminal */ in huftable_decode()