toktab
struct toktab *t;
for (t = toktab; t->tokstr; t++)
} toktab[] = {
if (strcmp(token, toktab[i].token) == 0) {
void *item = (char *)dp + toktab[i].off;
switch (toktab[i].type) {
toktab[i].type);
static token_t toktab[] = {
#define NTOK (sizeof (toktab)/sizeof (token_t))
toktab[RDPOL].off =
toktab[WRPOL].off =
prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore)
unsigned char *toktab;
if (toktab == NULL)
toktab = ExtTokenTab;
else if (c == '(' && toktab['('] == SPC)
else if (c == ')' && toktab['('] == SPC)
newstate = StateTab[state][toktab[c & 0xff]];
struct toktab *t;
for (t = d->toktab; t->tokstr; t++)
} toktab[NTOKENS];
struct toktab *t;
t = d->toktab;