Home
last modified time | relevance | path

Searched refs:kep (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/loadkeys/
H A Dloadkeys.y131 static int loadkey(int kbdfd, keyentry *kep);
156 register keyentry *kep; local
237 for (kep = firstentry; kep != NULL; kep = kep->ke_next) {
238 if (kep->ke_entry.kio_tablemask == ALL) {
250 if (kep->ke_entry.kio_entry != HOLE)
251 kep->ke_entry.kio_entry = NONL;
259 if (kep->ke_entry.kio_entry != HOLE)
260 kep->ke_entry.kio_entry = NOP;
263 kep->ke_entry.kio_tablemask =
265 if (!loadkey(kbdfd, kep))
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c792 const struct kw_entry *kep; in after_key() local
794 for (kep = key_list; kep->kwe_word != NULL; kep++) in after_key()
795 if (kep->kwe_out == kstate) in after_key()
796 return (kep->kwe_word); in after_key()
841 const struct kw_entry *kep; in dispatch_keyword() local
849 for (kep = key_list; kep->kwe_word != NULL; kep++) { in dispatch_keyword()
850 if (kep->kwe_in == psp->ps_state && in dispatch_keyword()
851 (*kep->kwe_word == '\0' || in dispatch_keyword()
852 strcasecmp(kep->kwe_word, keybuf) == 0)) { in dispatch_keyword()
853 if (kep->kwe_func != NULL) in dispatch_keyword()
[all …]