Searched refs:ptype (Results 1 – 4 of 4) sorted by relevance
670 enum prop_type ptype; in on_back_clicked() local673 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() local872 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() local1014 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 …]
796 enum prop_type ptype; in mouseReleaseEvent() local817 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() local860 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()861 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
778 enum prop_type ptype; in build_conf() local779 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()780 switch (ptype) { in build_conf()
1293 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") {