Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/eqn/
H A Dlookup.c24 tbl *restbl[TBLSIZE]; /* reserved words */ variable
241 lookup(restbl, resword[i].res, resword[i].resval); in init_tbl()
H A Dtext.c39 extern tbl *restbl[]; in text()
57 else if ((tp = lookup(restbl, p1, NULL)) != NULL) in text()