Lines Matching refs:ptype
810 enum prop_type ptype; in on_back_clicked() local
813 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
814 if (ptype != P_MENU) in on_back_clicked()
1050 enum prop_type ptype; in on_treeview2_button_press_event() local
1051 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1053 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1185 enum prop_type ptype; in fill_row() local
1203 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1204 switch (ptype) { in fill_row()
1476 enum prop_type ptype; in display_tree() local
1486 ptype = prop ? prop->type : P_UNKNOWN; in display_tree()
1504 dbg_print_ptype(ptype); in display_tree()
1514 if ((view_mode != FULL_VIEW) && (ptype == P_MENU) in display_tree()