Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c708 enum prop_type ptype; in on_back_clicked() local
711 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
712 if (ptype != P_MENU) in on_back_clicked()
908 enum prop_type ptype; in on_treeview2_button_press_event() local
909 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
911 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1043 enum prop_type ptype; in fill_row() local
1062 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1063 switch (ptype) { in fill_row()
1338 enum prop_type ptype; in display_tree() local
[all …]
Dqconf.cc773 enum prop_type ptype; in mouseReleaseEvent() local
794 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
795 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
834 enum prop_type ptype; in mouseDoubleClickEvent() local
845 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
846 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
Dnconf.c752 enum prop_type ptype; in build_conf() local
753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
754 switch (ptype) { in build_conf()
/scripts/
Dget_maintainer.pl1244 my $ptype = $1;
1246 if ($ptype eq "S") {
1294 my $ptype = $1;
1296 if ($ptype eq "L") {
1333 } elsif ($ptype eq "M") {
1350 } elsif ($ptype eq "R") {
1367 } elsif ($ptype eq "T") {
1369 } elsif ($ptype eq "W") {
1371 } elsif ($ptype eq "S") {