Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dparseaddr.c544 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 Denvelope.c1183 IntTokenTab, false);
H A Dreadcf.c274 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
362 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
H A Dsendmail.h404 extern unsigned char IntTokenTab[256]; /* internal strings */