Searched refs:TBLSIZE (Results 1 – 1 of 1) sorted by relevance
21 #define TBLSIZE 100 macro23 tbl *keytbl[TBLSIZE]; /* key words */24 tbl *restbl[TBLSIZE]; /* reserved words */25 tbl *deftbl[TBLSIZE]; /* user-defined names */212 h %= TBLSIZE; in lookup()