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

/illumos-gate/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,

Completed in 50 milliseconds