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

/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y131 static int loadkey(int kbdfd, keyentry *kep);
156 register keyentry *kep;
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
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c792 const struct kw_entry *kep; local
794 for (kep = key_list; kep->kwe_word != NULL; kep++)
795 if (kep->kwe_out == kstate)
796 return (kep->kwe_word);
841 const struct kw_entry *kep; local
849 for (kep = key_list; kep->kwe_word != NULL; kep
[all...]

Completed in 46 milliseconds