Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dgconf.c688 enum prop_type ptype; in on_back_clicked() local
692 if (ptype != P_MENU) in on_back_clicked()
880 enum prop_type ptype; in on_treeview2_button_press_event() local
881 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1012 enum prop_type ptype; in fill_row() local
1031 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1032 switch (ptype) { in fill_row()
1302 enum prop_type ptype; in display_tree() local
1312 ptype = prop ? prop->type : P_UNKNOWN; in display_tree()
1332 printf("%s", prop_get_type_name(ptype)); in display_tree()
[all …]
A 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()
A Dnconf.c750 enum prop_type ptype; in build_conf() local
751 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
752 switch (ptype) { in build_conf()
/scripts/
A Dget_maintainer.pl1276 my $ptype = $1;
1278 if ($ptype eq "S") {
1326 my $ptype = $1;
1328 if ($ptype eq "L") {
1365 } elsif ($ptype eq "M") {
1370 } elsif ($ptype eq "R") {
1375 } elsif ($ptype eq "T") {
1377 } elsif ($ptype eq "W") {
1379 } elsif ($ptype eq "S") {

Completed in 20 milliseconds