Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c670 enum prop_type ptype; in on_back_clicked() local
673 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
674 if (ptype != P_MENU) in on_back_clicked()
871 enum prop_type ptype; in on_treeview2_button_press_event() local
872 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
874 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1007 enum prop_type ptype; in fill_row() local
1014 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1018 ptype == P_COMMENT ? "***" : "", in fill_row()
1020 ptype == P_COMMENT ? "***" : "", in fill_row()
[all …]
Dqconf.cc796 enum prop_type ptype; in mouseReleaseEvent() local
817 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
818 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
849 enum prop_type ptype; in mouseDoubleClickEvent() local
860 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
861 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
Dnconf.c778 enum prop_type ptype; in build_conf() local
779 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
780 switch (ptype) { in build_conf()
/scripts/
Dget_maintainer.pl1293 my $ptype = $1;
1295 if ($ptype eq "S") {
1343 my $ptype = $1;
1345 if ($ptype eq "L") {
1382 } elsif ($ptype eq "M") {
1387 } elsif ($ptype eq "R") {
1392 } elsif ($ptype eq "T") {
1394 } elsif ($ptype eq "W") {
1396 } elsif ($ptype eq "B") {
1398 } elsif ($ptype eq "S") {