Lines Matching defs:opt
93 menu_ent opt[__arraycount(kb_types)];
103 memset(opt, 0, sizeof(opt));
108 memset(&opt, 0, sizeof opt);
109 for (i = 0; i < __arraycount(opt); i++) {
111 opt[0].opt_name = MSG_unchanged;
113 opt[i].opt_name = kb_types[i].kb_name;
117 opt[i].opt_action = set_kb_encoding;
119 kb_menu = new_menu(MSG_Keyboard_type, opt, __arraycount(opt),