Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c709 enum prop_type ptype; in on_back_clicked() local
712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
713 if (ptype != P_MENU) in on_back_clicked()
909 enum prop_type ptype; in on_treeview2_button_press_event() local
910 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1044 enum prop_type ptype; in fill_row() local
1063 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1064 switch (ptype) { in fill_row()
1339 enum prop_type ptype; in display_tree() local
[all …]
Dqconf.cc791 enum prop_type ptype; in mouseReleaseEvent() local
812 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
813 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
844 enum prop_type ptype; in mouseDoubleClickEvent() local
855 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
856 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
Dnconf.c753 enum prop_type ptype; in build_conf() local
754 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
755 switch (ptype) { in build_conf()
/scripts/
Dget_maintainer.pl1275 my $ptype = $1;
1277 if ($ptype eq "S") {
1325 my $ptype = $1;
1327 if ($ptype eq "L") {
1364 } elsif ($ptype eq "M") {
1369 } elsif ($ptype eq "R") {
1374 } elsif ($ptype eq "T") {
1376 } elsif ($ptype eq "W") {
1378 } elsif ($ptype eq "S") {