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

/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h77 unsigned char bytetab[256]; member in struct:s_tr
H A Dcompile.c671 y->bytetab[i] = (char)i;
673 y->bytetab[(uchar_t)*op] = *np;
685 y->bytetab[i] = (btowc(i) != WEOF) ? (uchar_t)i : 0;
694 y->bytetab[(uchar_t)*op] = *np;
696 y->bytetab[(uchar_t)*op] = 0;
H A Dprocess.c485 *p = y->bytetab[(uchar_t)*p];
495 if ((c = y->bytetab[(uchar_t)*p]) != '\0') {

Completed in 62 milliseconds