HomeSort by: relevance | last modified time | path
    Searched defs:kb_types (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
wskbd.c 52 struct kb_types { struct
59 static const struct kb_types kb_types[] = { variable in typeref:typename:const struct kb_types[]
71 const struct kb_types *kbt = kb_types + m->cursel;
93 menu_ent opt[__arraycount(kb_types)];
110 if (kb_types[i].kb_encoding == KB_USER)
113 opt[i].opt_name = kb_types[i].kb_name;
114 if (strcmp(kb_types[i].kb_name, dflt) == 0)
wskbd.c 52 struct kb_types { struct
59 static const struct kb_types kb_types[] = { variable in typeref:typename:const struct kb_types[]
71 const struct kb_types *kbt = kb_types + m->cursel;
93 menu_ent opt[__arraycount(kb_types)];
110 if (kb_types[i].kb_encoding == KB_USER)
113 opt[i].opt_name = kb_types[i].kb_name;
114 if (strcmp(kb_types[i].kb_name, dflt) == 0)

Completed in 23 milliseconds