Searched refs:kwe_word (Results 1 – 1 of 1) sorted by relevance
746 const char *kwe_word; member794 for (kep = key_list; kep->kwe_word != NULL; kep++) in after_key()796 return (kep->kwe_word); in after_key()849 for (kep = key_list; kep->kwe_word != NULL; kep++) { in dispatch_keyword()851 (*kep->kwe_word == '\0' || in dispatch_keyword()852 strcasecmp(kep->kwe_word, keybuf) == 0)) { in dispatch_keyword()