Searched refs:ptype (Results 1 – 4 of 4) sorted by relevance
709 enum prop_type ptype; in on_back_clicked() local712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()713 if (ptype != P_MENU) in on_back_clicked()909 enum prop_type ptype; in on_treeview2_button_press_event() local910 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()1044 enum prop_type ptype; in fill_row() local1063 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()1064 switch (ptype) { in fill_row()1339 enum prop_type ptype; in display_tree() local[all …]
791 enum prop_type ptype; in mouseReleaseEvent() local812 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()813 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()844 enum prop_type ptype; in mouseDoubleClickEvent() local855 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()856 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
753 enum prop_type ptype; in build_conf() local754 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()755 switch (ptype) { in build_conf()
1275 my $ptype = $1;1277 if ($ptype eq "S") {1325 my $ptype = $1;1327 if ($ptype eq "L") {1364 } elsif ($ptype eq "M") {1369 } elsif ($ptype eq "R") {1374 } elsif ($ptype eq "T") {1376 } elsif ($ptype eq "W") {1378 } elsif ($ptype eq "S") {