Searched refs:bytetab (Results 1 – 3 of 3) sorted by relevance
671 y->bytetab[i] = (char)i; in compile_tr()673 y->bytetab[(uchar_t)*op] = *np; in compile_tr()685 y->bytetab[i] = (btowc(i) != WEOF) ? (uchar_t)i : 0; in compile_tr()694 y->bytetab[(uchar_t)*op] = *np; in compile_tr()696 y->bytetab[(uchar_t)*op] = 0; in compile_tr()
77 unsigned char bytetab[256]; member
485 *p = y->bytetab[(uchar_t)*p]; in do_tr()495 if ((c = y->bytetab[(uchar_t)*p]) != '\0') { in do_tr()