Searched refs:TBLSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c21 #define TBLSIZE 100 macro
23 tbl *keytbl[TBLSIZE]; /* key words */
24 tbl *restbl[TBLSIZE]; /* reserved words */
25 tbl *deftbl[TBLSIZE]; /* user-defined names */
212 h %= TBLSIZE;

Completed in 56 milliseconds