Searched refs:ptype (Results 1 – 4 of 4) sorted by relevance
708 enum prop_type ptype; in on_back_clicked() local711 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() local909 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() local1062 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 …]
773 enum prop_type ptype; in mouseReleaseEvent() local794 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() local845 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()846 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
752 enum prop_type ptype; in build_conf() local753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()754 switch (ptype) { in build_conf()
1244 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") {