Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dstab.c38 #define STABSIZE 2003 macro
41 static STAB *SymTab[STABSIZE];
64 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;
242 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
281 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
323 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
370 for (i = 0; i < STABSIZE; i++) in rmexpstab()
452 for (i = 0; i < STABSIZE; i++) in dumpstab()