Searched refs:TBLSIZE (Results 1 – 1 of 1) sorted by relevance
19 #define TBLSIZE 100 macro21 tbl *keytbl[TBLSIZE]; /* key words */22 tbl *restbl[TBLSIZE]; /* reserved words */23 tbl *deftbl[TBLSIZE]; /* user-defined names */210 h %= TBLSIZE; in lookup()