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

  /src/usr.sbin/sysinst/
part_edit.c 54 int first_custom_opt; /* scheme specific menu options member in struct:part_edit_info
322 size_t attr_no = m->cursel - marg->first_custom_opt;
414 .first_custom_opt = __arraycount(common_ptn_edit_opts) };
572 .first_custom_opt = PTN_OPTS_COMMON };
660 if (line >= marg->first_custom_opt) {
661 size_t attr_no = line-marg->first_custom_opt;
745 DISABLE(attr_no+marg->first_custom_opt, !writable);

Completed in 12 milliseconds