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

/freebsd-9.3-release/contrib/tnftp/src/
H A Druserpass.c75 static struct toktab { struct
78 } toktab[] = { variable in typeref:struct:toktab
283 struct toktab *t;
321 for (t = toktab; t->tokstr; t++)
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c51 static struct toktab { struct
54 } toktab[]= { variable in typeref:struct:toktab
281 struct toktab *t;
309 for (t = toktab; t->tokstr; t++)
/freebsd-9.3-release/lib/libcompat/4.3/
H A Drexec.c82 static struct toktab { struct
85 } toktab[]= { variable in typeref:struct:toktab
101 struct toktab *t;
129 for (t = toktab; t->tokstr; t++)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dparseaddr.c467 ** toktab -- if set, a token table to use for parsing.
661 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore)
667 unsigned char *toktab;
711 if (toktab == NULL)
712 toktab = ExtTokenTab;
845 else if (c == '(' && toktab['('] == SPC)
850 else if (c == ')' && toktab['('] == SPC)
901 newstate = StateTab[state][toktab[c & 0xff]];

Completed in 61 milliseconds