Searched refs:bytetab (Results 1 – 3 of 3) sorted by relevance
808 y->bytetab[i] = (char)i; in compile_tr()810 y->bytetab[(u_char)*op] = *np; in compile_tr()822 y->bytetab[i] = (btowc(i) != WEOF) ? i : 0; in compile_tr()831 y->bytetab[(u_char)*op] = *np; in compile_tr()833 y->bytetab[(u_char)*op] = 0; in compile_tr()
76 unsigned char bytetab[256]; member
506 *p = y->bytetab[(u_char)*p]; in do_tr()516 if ((c = y->bytetab[(u_char)*p]) != '\0') { in do_tr()