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

/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c553 unsigned char IntTokenTab[256] = variable
712 if (IntTokenTab[*p & 0xff] == ATM)
713 IntTokenTab[*p & 0xff] = OPR;
1615 external ? NULL : IntTokenTab,
2286 natomtok = (IntTokenTab[**pvp & 0xff] == ATM);
3168 IntTokenTab : TokTypeNoC,
3394 *pvp = prescan(buf, '\0', pvpbuf, size, NULL, IntTokenTab,
H A Denvelope.c1196 IntTokenTab, false);
H A Dreadcf.c264 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
352 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
H A Dsendmail.h468 extern unsigned char IntTokenTab[256]; /* internal strings */

Completed in 89 milliseconds