Searched refs:keytbl (Results 1 – 3 of 3) sorted by relevance
23 tbl *keytbl[TBLSIZE]; /* key words */ variable239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); in init_tbl()
29 extern tbl *keytbl[];143 } else if ((tp = lookup(keytbl, token, NULL)) == NULL) { in yylex()
646 static const keyword_t keytbl[] = { in lookup_keyword() local672 #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()