Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ftp/
H A Druserpass.c38 static struct toktab { struct
41 } toktab[]= { variable
223 struct toktab *t; in token()
251 for (t = toktab; t->tokstr; t++) in token()
/original-bsd/old/berknet/
H A Dnetrc.c114 } toktab[]= { variable
323 for(p = toktab; p->tokstr; p++)
/original-bsd/lib/libcompat/4.3/
H A Druserpass.c119 static struct toktab { struct
122 } toktab[]= { argument
212 struct toktab *t; in token()
240 for (t = toktab; t->tokstr; t++) in token()
/original-bsd/usr.sbin/sendmail/src/
H A Dparseaddr.c406 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab) in prescan() argument
411 u_char *toktab;
442 if (toktab == NULL)
443 toktab = TokTypeTab;
588 newstate = StateTab[state][toktab[c & 0xff]];