Searched refs:keytbl (Results 1 – 3 of 3) sorted by relevance
21 tbl *keytbl[TBLSIZE]; /* key words */ variable237 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); in init_tbl()
27 extern tbl *keytbl[];141 } else if ((tp = lookup(keytbl, token, NULL)) == NULL) { in yylex()
644 static const keyword_t keytbl[] = { in lookup_keyword() local670 #define NKEYWORD (sizeof (keytbl)/sizeof (keyword_t)) in lookup_keyword()675 char *s = keytbl[i].name; in lookup_keyword()678 return (&keytbl[i]); in lookup_keyword()