Searched refs:toktab (Results 1 – 4 of 4) sorted by relevance
75 struct toktab { struct78 } toktab[NTOKENS]; member87 struct toktab *t; in _ruserdata()95 t = d->toktab; in _ruserdata()242 struct toktab *t; in token()273 for (t = d->toktab; t->tokstr; t++) in token()
68 static token_t toktab[] = { variable76 #define NTOK (sizeof (toktab)/sizeof (token_t))91 toktab[RDPOL].off = in devplcy_init()93 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()500 toktab[i].type); in parse_plcy_token()
67 static struct toktab { struct70 } toktab[] = { argument261 struct toktab *t; in token()302 for (t = toktab; t->tokstr; t++) in token()
660 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() argument666 unsigned char *toktab;710 if (toktab == NULL)711 toktab = ExtTokenTab;844 else if (c == '(' && toktab['('] == SPC)849 else if (c == ')' && toktab['('] == SPC)900 newstate = StateTab[state][toktab[c & 0xff]];