Searched refs:ptype (Results 1 – 6 of 6) sorted by relevance
737 enum prop_type ptype; in on_back_clicked() local740 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()741 if (ptype != P_MENU) in on_back_clicked()967 enum prop_type ptype; in on_treeview2_button_press_event() local968 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()970 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()1102 enum prop_type ptype; in fill_row() local1121 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()1122 switch (ptype) { in fill_row()1398 enum prop_type ptype; in display_tree() local[all …]
723 enum prop_type ptype; in contentsMouseReleaseEvent() local745 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseReleaseEvent()746 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()785 enum prop_type ptype; in contentsMouseDoubleClickEvent() local796 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseDoubleClickEvent()797 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in contentsMouseDoubleClickEvent()
749 enum prop_type ptype; in build_conf() local750 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()751 switch (ptype) { in build_conf()
944 my $ptype = $1;946 if ($ptype eq "S") {1003 my $ptype = $1;1005 if ($ptype eq "L") {1034 } elsif ($ptype eq "M") {1051 } elsif ($ptype eq "T") {1053 } elsif ($ptype eq "W") {1055 } elsif ($ptype eq "S") {
19 __u16 ptype; member
20 __be16 ptype; member