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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c543 unsigned char IntTokenTab[256] = variable
702 if (IntTokenTab[*p & 0xff] == ATM)
703 IntTokenTab[*p & 0xff] = OPR;
1605 external ? NULL : IntTokenTab,
2269 natomtok = (IntTokenTab[**pvp & 0xff] == ATM);
3125 IntTokenTab : TokTypeNoC,
3339 *pvp = prescan(buf, '\0', pvpbuf, size, NULL, IntTokenTab,
H A Denvelope.c1169 IntTokenTab, false);
H A Dsendmail.h371 extern unsigned char IntTokenTab[256]; /* internal strings */
H A Dreadcf.c224 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,
312 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab,

Completed in 53 milliseconds