Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c21 tbl *keytbl[TBLSIZE]; /* key words */ variable
237 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); in init_tbl()
H A Dlex.c27 extern tbl *keytbl[];
141 } else if ((tp = lookup(keytbl, token, NULL)) == NULL) { in yylex()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y644 static const keyword_t keytbl[] = { in lookup_keyword() local
670 #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()