Searched refs:toktab (Results 1 – 5 of 5) sorted by relevance
61 struct toktab { struct64 } toktab[NTOKENS]; member73 struct toktab *t; in _ruserdata()81 t = d->toktab; in _ruserdata()203 struct toktab *t; in token()234 for (t = d->toktab; t->tokstr; t++) in token()
76 struct toktab { struct79 } toktab[NTOKENS]; member88 struct toktab *t; in _ruserdata()96 t = d->toktab; in _ruserdata()233 struct toktab *t; in token()264 for (t = d->toktab; t->tokstr; t++) in token()
69 static struct toktab { struct72 } toktab[] = { argument263 struct toktab *t; in token()304 for (t = toktab; t->tokstr; t++) in token()
66 static token_t toktab[] = { variable74 #define NTOK (sizeof (toktab)/sizeof (token_t))89 toktab[RDPOL].off = in devplcy_init()92 toktab[WRPOL].off = in devplcy_init()476 if (strcmp(token, toktab[i].token) == 0) { in parse_plcy_token()478 void *item = (char *)dp + toktab[i].off; in parse_plcy_token()480 switch (toktab[i].type) { in parse_plcy_token()499 toktab[i].type); in parse_plcy_token()
662 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() argument668 unsigned char *toktab;712 if (toktab == NULL)713 toktab = ExtTokenTab;846 else if (c == '(' && toktab['('] == SPC)851 else if (c == ')' && toktab['('] == SPC)902 newstate = StateTab[state][toktab[c & 0xff]];