Searched defs:toktab (Results 1 – 5 of 5) sorted by relevance
69 static struct toktab { struct72 } toktab[] = { argument
76 struct toktab { struct77 char *tokstr;78 int tval;79 } toktab[NTOKENS]; member
61 struct toktab { struct62 char *tokstr;63 int tval;64 } toktab[NTOKENS]; member
66 static token_t toktab[] = { variable
662 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() argument