Home
last modified time | relevance | path

Searched refs:bytetab (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/sed/
H A Dcompile.c808 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()
H A Ddefs.h76 unsigned char bytetab[256]; member
H A Dprocess.c506 *p = y->bytetab[(u_char)*p]; in do_tr()
516 if ((c = y->bytetab[(u_char)*p]) != '\0') { in do_tr()