Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dstab.c44 #define STABSIZE 2003 macro
47 static STAB *SymTab[STABSIZE];
76 hfunc = ((hfunc << 1) ^ ((*cstr) & 0377)) % STABSIZE;
84 STABSIZE;
271 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
310 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
352 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
399 for (i = 0; i < STABSIZE; i++) in rmexpstab()
490 for (i = 0; i < STABSIZE; i++) in dumpstab()