Searched refs:IntTokenTab (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | parseaddr.c | 544 unsigned char IntTokenTab[256] = variable 703 if (IntTokenTab[*p & 0xff] == ATM) 704 IntTokenTab[*p & 0xff] = OPR; 1606 external ? NULL : IntTokenTab, 2271 natomtok = (IntTokenTab[**pvp & 0xff] == ATM); 3149 IntTokenTab : TokTypeNoC, 3374 *pvp = prescan(buf, '\0', pvpbuf, size, NULL, IntTokenTab,
|
| H A D | envelope.c | 1183 IntTokenTab, false);
|
| H A D | readcf.c | 274 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 362 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
|
| H A D | sendmail.h | 404 extern unsigned char IntTokenTab[256]; /* internal strings */
|