Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c801 enum prop_type ptype; in on_back_clicked() local
804 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
805 if (ptype != P_MENU) in on_back_clicked()
1033 enum prop_type ptype; in on_treeview2_button_press_event() local
1034 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1036 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1168 enum prop_type ptype; in fill_row() local
1184 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1185 switch (ptype) { in fill_row()
1457 enum prop_type ptype; in display_tree() local
[all …]
Dqconf.cc701 enum prop_type ptype; in contentsMouseReleaseEvent() local
723 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseReleaseEvent()
724 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()
763 enum prop_type ptype; in contentsMouseDoubleClickEvent() local
774 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseDoubleClickEvent()
775 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in contentsMouseDoubleClickEvent()