Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/eqn/
H A Dlookup.c23 tbl *keytbl[TBLSIZE]; /* key words */ variable
239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); in init_tbl()
H A Dlex.c29 extern tbl *keytbl[];
143 } else if ((tp = lookup(keytbl, token, NULL)) == NULL) { in yylex()
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y646 static const keyword_t keytbl[] = { in lookup_keyword() local
672 #define NKEYWORD (sizeof (keytbl)/sizeof (keyword_t)) in lookup_keyword()
677 char *s = keytbl[i].name; in lookup_keyword()
680 return (&keytbl[i]); in lookup_keyword()