Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dpart_edit.c54 int first_custom_opt; /* scheme specific menu options member
322 size_t attr_no = m->cursel - marg->first_custom_opt; in edit_custom_opt()
414 .first_custom_opt = __arraycount(common_ptn_edit_opts) }; in edit_part_entry()
572 .first_custom_opt = PTN_OPTS_COMMON }; in add_part_entry()
660 if (line >= marg->first_custom_opt) { in draw_outer_ptn_line()
661 size_t attr_no = line-marg->first_custom_opt; in draw_outer_ptn_line()
745 DISABLE(attr_no+marg->first_custom_opt, !writable); in draw_outer_ptn_header()