Searched defs:keywordlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c55 xlator_keyword_t *keywordlist; variable
66 keywordlist = xlator_init(T_info);
67 if (keywordlist == NULL) {
68 errlog(ERROR, "Error: Unable to get keywordlist\n");
74 while (keywordlist[i].key != NULL) {
75 errlog(STATUS, "\t%s\n", keywordlist[i].key);
221 ki = interesting_keyword(keywordlist, key);
324 * interesting_keyword(char **keywordlist, const char *key) {
325 * returns the token associated with key if key is found in keywordlist
326 * returns XLATOR_KW_NOTFOUND if key is NOT found in keywordlist
333 interesting_keyword(xlator_keyword_t *keywordlist, const char *key) argument
[all...]

Completed in 44 milliseconds