Searched refs:toktab (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c76 struct toktab { struct in struct:ruserdata
79 } toktab[NTOKENS]; member in struct:ruserdata
88 struct toktab *t;
96 t = d->toktab;
233 struct toktab *t;
264 for (t = d->toktab; t->tokstr; t++)
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Druserpass.c61 struct toktab { struct in struct:ruserdata
64 } toktab[NTOKENS]; member in struct:ruserdata
73 struct toktab *t;
81 t = d->toktab;
203 struct toktab *t;
234 for (t = d->toktab; t->tokstr; t++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c69 static struct toktab { struct
72 } toktab[] = { variable in typeref:struct:toktab
263 struct toktab *t;
304 for (t = toktab; t->tokstr; t++)
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c66 static token_t toktab[] = { variable
74 #define NTOK (sizeof (toktab)/sizeof (token_t))
89 toktab[RDPOL].off =
92 toktab[WRPOL].off =
459 * toktab; new token types should be coded here.
476 if (strcmp(token, toktab[i].token) == 0) {
478 void *item = (char *)dp + toktab[i].off;
480 switch (toktab[i].type) {
499 toktab[i].type);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c468 ** toktab -- if set, a token table to use for parsing.
662 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore)
668 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]];

Completed in 67 milliseconds