Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c671 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()
H A Ddefs.h77 unsigned char bytetab[256]; member
H A Dprocess.c499 *p = y->bytetab[(uchar_t)*p]; in do_tr()
509 if ((c = y->bytetab[(uchar_t)*p]) != '\0') { in do_tr()