Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dparseaddr.c545 unsigned char IntTokenTab[256] = variable
704 if (IntTokenTab[*p & 0xff] == ATM)
705 IntTokenTab[*p & 0xff] = OPR;
1607 external ? NULL : IntTokenTab,
2271 natomtok = (IntTokenTab[**pvp & 0xff] == ATM);
3127 IntTokenTab : TokTypeNoC,
3341 *pvp = prescan(buf, '\0', pvpbuf, size, NULL, IntTokenTab,
H A Denvelope.c1169 IntTokenTab, false);
H A Dreadcf.c215 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
303 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
H A Dsendmail.h371 extern unsigned char IntTokenTab[256]; /* internal strings */