Searched refs:ptype (Results 1 – 4 of 4) sorted by relevance
688 enum prop_type ptype; in on_back_clicked() local692 if (ptype != P_MENU) in on_back_clicked()880 enum prop_type ptype; in on_treeview2_button_press_event() local881 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()1012 enum prop_type ptype; in fill_row() local1031 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() local1312 ptype = prop ? prop->type : P_UNKNOWN; in display_tree()1332 printf("%s", prop_get_type_name(ptype)); in display_tree()[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()
750 enum prop_type ptype; in build_conf() local751 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()752 switch (ptype) { in build_conf()
1276 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