Home
last modified time | relevance | path

Searched refs:selection_max (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gitui/gitui-0.10.1/src/tabs/
H A Drevlog.rs87 let selection_max = self.list.selection_max(); in update() localVariable
88 if self.list.items().needs_data(selection, selection_max) in update()
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Dcommitlist.rs89 cmp::min(self.selection, self.selection_max());
94 pub fn selection_max(&self) -> usize {
144 ScrollType::End => self.selection_max(), in lbm_istream_stream_build_key()
148 cmp::min(new_selection, self.selection_max());
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dgamemode_defense.cpp486 int selection_max = 20; in setup() local
514 if( selection == selection_max ) { in setup()
521 selection = selection_max; in setup()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dgamemode_defense.cpp486 int selection_max = 20; in setup() local
514 if( selection == selection_max ) { in setup()
521 selection = selection_max; in setup()
/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c21727 static mus_float_t selection_max = 0.0; variable
21732 (selection_maxamp(cp) > selection_max)) in selection_info()
21733 selection_max = selection_maxamp(cp); in selection_info()
21738 selection_max = 0.0; in popup_selection_info_callback()
21740 status_report(any_selected_sound(), "selection max: %f", selection_max); in popup_selection_info_callback()