Searched refs:toktab (Results 1 – 4 of 4) sorted by relevance
75 static struct toktab { struct78 } toktab[] = { argument283 struct toktab *t; in token()321 for (t = toktab; t->tokstr; t++) in token()
51 static struct toktab { struct54 } toktab[]= { argument281 struct toktab *t; in token()309 for (t = toktab; t->tokstr; t++) in token()
78 static struct toktab { struct81 } toktab[]= { argument97 struct toktab *t; in token()125 for (t = toktab; t->tokstr; t++) in token()
695 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() argument701 unsigned char *toktab;746 if (toktab == NULL)747 toktab = ExtTokenTab;887 else if (c == '(' && toktab['('] == SPC)892 else if (c == ')' && toktab['('] == SPC)943 newstate = StateTab[state][toktab[c & 0xff]];