Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Dlabel.c941 edit.first_custom_attr = popt - mopts; in edit_ptn()
1111 attr_no = (size_t)i - edit->first_custom_attr; in update_edit_ptn_menu()
1294 attr_no = opt - edit->first_custom_attr; in draw_edit_ptn_line()
1307 size_t attr_no = m->cursel - edit->first_custom_attr; in edit_ptn_custom_type()
H A Ddefs.h372 size_t index, first_custom_attr, offset, mode; member