Home
last modified time | relevance | path

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

/titanic_44/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; in lookup()