Home
last modified time | relevance | path

Searched refs:w_list (Results 1 – 25 of 132) sorted by relevance

123456

/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/workspace/
H A DwsmStruct.c116 w_list = all_space->w_list; in CreateSpace()
120 w_list = w_list->next; in CreateSpace()
579 w_list = w_list->next; in GetWorkWindowID()
741 w_list = s->w_list; in GetWorkWindowClientIDs()
767 w_list = s->w_list; in GetWorkWindowClientIDs()
878 s->w_list = w_list; in AddWindowToSpace()
912 w_list = s->w_list; in RemoveWorkWindowFromSpace()
1025 w_list = space->w_list; in RemoveSpace()
1062 w_list = s->w_list; in IsWorkWindowInSpace()
1132 w_list = s->w_list; in CompleteRestartWSM()
[all …]
H A DwsmDebug.c83 WorkWindowList *w_list; in print_space_windows() local
86 w_list = s->w_list; in print_space_windows()
87 while (w_list != NULL) in print_space_windows()
90 w_list->work_win->window, in print_space_windows()
91 XrmQuarkToString(w_list->work_win->specifier_qlist[0])); in print_space_windows()
92 w_list = w_list->next; in print_space_windows()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/Hideout.ocs/
H A DScript.c158 target->CreateChestContents(w_list[i]); in FxFillBaseChestStart()
176 contents+=target->ContentsCount(w_list[i]); in FxFillBaseChestTimer()
181 var r = Random(GetLength(w_list)); in FxFillBaseChestTimer()
184 target->CreateChestContents(w_list[r]); in FxFillBaseChestTimer()
197 target->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxFillOtherChestStart()
214 var r = Random(GetLength(w_list)); in FxFillOtherChestTimer()
217 target->CreateChestContents(w_list[r]); in FxFillOtherChestTimer()
228 var w_list = [PyreGem, ShieldGem, SlowGem]; in FxFillSpecialChestTimer() local
231 target->CreateChestContents(w_list[r]); in FxFillSpecialChestTimer()
235 for(var i=0; i < GetLength(w_list); i++) in FxFillSpecialChestTimer()
[all …]
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dchoose_rev.tcl103 set w_list $w.list.l
104 listbox $w_list \
230 $w_list selection set $i
257 set i [$w_list curselection]
283 bind $w_list $event $script
295 set i [$w_list curselection]
338 set i [$w_list curselection]
401 $w_list delete 0 end
411 $w_list insert end $txt
416 $w_list selection set 0
[all …]
H A Dbrowser.tcl47 set w_list $w.list.l
48 text $w_list -background white -foreground black \
57 rmsel_tag $w_list
62 pack $w_list -side left -fill both -expand 1
72 bind $w_list <Button-1> "[cb _click 0 @%x,%y];break"
73 bind $w_list <Double-Button-1> "[cb _click 1 @%x,%y];break"
74 bind $w_list <$M1B-Up> "[cb _parent] ;break"
82 bind $w_list <Left> break
83 bind $w_list <Right> break
85 bind $w_list <Visibility> [list focus $w_list]
[all …]
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dchoose_rev.tcl103 set w_list $w.list.l
104 listbox $w_list \
230 $w_list selection set $i
257 set i [$w_list curselection]
283 bind $w_list $event $script
295 set i [$w_list curselection]
338 set i [$w_list curselection]
401 $w_list delete 0 end
411 $w_list insert end $txt
416 $w_list selection set 0
[all …]
H A Dbrowser.tcl47 set w_list $w.list.l
48 text $w_list -background white -foreground black \
57 rmsel_tag $w_list
62 pack $w_list -side left -fill both -expand 1
72 bind $w_list <Button-1> "[cb _click 0 @%x,%y];break"
73 bind $w_list <Double-Button-1> "[cb _click 1 @%x,%y];break"
74 bind $w_list <$M1B-Up> "[cb _parent] ;break"
82 bind $w_list <Left> break
83 bind $w_list <Right> break
85 bind $w_list <Visibility> [list focus $w_list]
[all …]
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dchoose_rev.tcl103 set w_list $w.list.l
104 listbox $w_list \
230 $w_list selection set $i
257 set i [$w_list curselection]
283 bind $w_list $event $script
295 set i [$w_list curselection]
338 set i [$w_list curselection]
401 $w_list delete 0 end
411 $w_list insert end $txt
416 $w_list selection set 0
[all …]
H A Dbrowser.tcl47 set w_list $w.list.l
48 text $w_list -background white -foreground black \
57 rmsel_tag $w_list
62 pack $w_list -side left -fill both -expand 1
72 bind $w_list <Button-1> "[cb _click 0 @%x,%y];break"
73 bind $w_list <Double-Button-1> "[cb _click 1 @%x,%y];break"
74 bind $w_list <$M1B-Up> "[cb _parent] ;break"
82 bind $w_list <Left> break
83 bind $w_list <Right> break
85 bind $w_list <Visibility> [list focus $w_list]
[all …]
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dchoose_rev.tcl103 set w_list $w.list.l
104 listbox $w_list \
230 $w_list selection set $i
257 set i [$w_list curselection]
283 bind $w_list $event $script
295 set i [$w_list curselection]
338 set i [$w_list curselection]
401 $w_list delete 0 end
411 $w_list insert end $txt
416 $w_list selection set 0
[all …]
H A Dbrowser.tcl47 set w_list $w.list.l
48 text $w_list -background white -foreground black \
57 rmsel_tag $w_list
62 pack $w_list -side left -fill both -expand 1
72 bind $w_list <Button-1> "[cb _click 0 @%x,%y];break"
73 bind $w_list <Double-Button-1> "[cb _click 1 @%x,%y];break"
74 bind $w_list <$M1B-Up> "[cb _parent] ;break"
82 bind $w_list <Left> break
83 bind $w_list <Right> break
85 bind $w_list <Visibility> [list focus $w_list]
[all …]
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dchoose_rev.tcl103 set w_list $w.list.l
104 listbox $w_list \
230 $w_list selection set $i
257 set i [$w_list curselection]
283 bind $w_list $event $script
295 set i [$w_list curselection]
338 set i [$w_list curselection]
401 $w_list delete 0 end
411 $w_list insert end $txt
416 $w_list selection set 0
[all …]
H A Dbrowser.tcl47 set w_list $w.list.l
48 text $w_list -background white -foreground black \
57 rmsel_tag $w_list
62 pack $w_list -side left -fill both -expand 1
72 bind $w_list <Button-1> "[cb _click 0 @%x,%y];break"
73 bind $w_list <Double-Button-1> "[cb _click 1 @%x,%y];break"
74 bind $w_list <$M1B-Up> "[cb _parent] ;break"
82 bind $w_list <Left> break
83 bind $w_list <Right> break
85 bind $w_list <Visibility> [list focus $w_list]
[all …]
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dchoose_rev.tcl103 set w_list $w.list.l
104 listbox $w_list \
230 $w_list selection set $i
257 set i [$w_list curselection]
283 bind $w_list $event $script
295 set i [$w_list curselection]
338 set i [$w_list curselection]
401 $w_list delete 0 end
411 $w_list insert end $txt
416 $w_list selection set 0
[all …]
H A Dbrowser.tcl47 set w_list $w.list.l
48 text $w_list -background white -foreground black \
57 rmsel_tag $w_list
62 pack $w_list -side left -fill both -expand 1
72 bind $w_list <Button-1> "[cb _click 0 @%x,%y];break"
73 bind $w_list <Double-Button-1> "[cb _click 1 @%x,%y];break"
74 bind $w_list <$M1B-Up> "[cb _parent] ;break"
82 bind $w_list <Left> break
83 bind $w_list <Right> break
85 bind $w_list <Visibility> [list focus $w_list]
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/FrozenFortress.ocs/
H A DScript.c172 target->CreateChestContents(w_list[i]); in FxFillBaseChestStart()
191 for(var i=0; i<target->GetLength(w_list); i++) in FxFillBaseChestTimer()
192 contents+=target->ContentsCount(w_list[i]); in FxFillBaseChestTimer()
197 var r = Random(GetLength(w_list)); in FxFillBaseChestTimer()
198 if (target->ContentsCount(w_list[r]) < maxcount[r]) in FxFillBaseChestTimer()
200 target->CreateChestContents(w_list[r]); in FxFillBaseChestTimer()
214 target->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxFillOtherChestStart()
225 for(var i=0; i<target->GetLength(w_list); i++) in FxFillOtherChestTimer()
226 contents+=target->ContentsCount(w_list[i]); in FxFillOtherChestTimer()
231 var r = Random(GetLength(w_list)); in FxFillOtherChestTimer()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/Overcast.ocs/
H A DScript.c259 var w_list = [Shield, Javelin, FireballScroll, Bow, Blunderbuss, WindScroll, TeleportScroll]; in FxFillChestStart() local
261 target->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxFillChestStart()
272 target->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxFillChestTimer()
281 var w_list = [Firestone, Boompack, Balloon, FireballScroll, WindScroll]; in FxFillBlueChestStart() local
283 target->CreateContents(w_list[Random(GetLength(w_list))]); in FxFillBlueChestStart()
291 var w_list = [Firestone, Boompack, FireballScroll, WindScroll]; in FxFillBlueChestTimer() local
293 target->CreateContents(w_list[Random(GetLength(w_list))]); in FxFillBlueChestTimer()
305 var w_list = [Firestone, Boompack, FireballScroll, WindScroll]; in FxFillRedChestStart() local
307 target->CreateContents(w_list[Random(GetLength(w_list))]); in FxFillRedChestStart()
315 var w_list = [Firestone, Boompack, FireballScroll, WindScroll]; in FxFillRedChestTimer() local
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Daddons_screen.cpp93 GUIEngine::ListWidget* w_list = in loadedFromFile() local
95 w_list->setColumnListener(this); in loadedFromFile()
103 GUIEngine::ListWidget* w_list = in beforeAddingWidget() local
105 assert(w_list != NULL); in beforeAddingWidget()
106 w_list->clearColumns(); in beforeAddingWidget()
107 w_list->addColumn( _("Add-on name"), 3 ); in beforeAddingWidget()
154 GUIEngine::ListWidget* w_list = in init() local
271 GUIEngine::ListWidget* w_list = in loadList() local
273 w_list->clear(); in loadList()
438 GUIEngine::ListWidget* w_list = in eventCallback() local
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/ThunderousSkies.ocs/
H A DScript.c195 var w_list = [Shield, Javelin, FireballScroll, Bow, Blunderbuss, WindScroll, ThunderScroll]; in FxIntFillChestsStart() local
199 chest->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxIntFillChestsStart()
207 …var w_list = [Javelin, Bow, Blunderbuss, Boompack, IronBomb, Shield, WindScroll, FireballScroll, T… in FxIntFillChestsTimer() local
211 for(var i=0; i<chest->GetLength(w_list); i++) in FxIntFillChestsTimer()
212 contents+=chest->ContentsCount(w_list[i]); in FxIntFillChestsTimer()
219 for(var i=0; i<GetLength(w_list); i++) in FxIntFillChestsTimer()
220 if(chest->Contents(r)->GetID() == w_list[i]) remove=false; in FxIntFillChestsTimer()
226 var r = Random(GetLength(w_list)); in FxIntFillChestsTimer()
227 if (chest->ContentsCount(w_list[r]) < maxcount[r]) in FxIntFillChestsTimer()
229 chest->CreateChestContents(w_list[r]); in FxIntFillChestsTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/Ruins.ocs/
H A DScript.c83 …var w_list = [Bow, Blunderbuss, Shield, Sword, Club, GrenadeLauncher, Bow, Blunderbuss, Shield, Sw… in FxIntFillChestsStart() local
87 chest->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxIntFillChestsStart()
95 var w_list = [Boompack, IronBomb, IronBomb, Firestone, Bow, Blunderbuss, Sword, Javelin]; in FxIntFillChestsTimer() local
98 chest->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxIntFillChestsTimer()
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dasync.c110 struct w_list struct
118 struct w_list *next; argument
123 static struct w_list *workers = NULL;
125 static void *fifo_worker_func(struct w_list *w);
166 struct w_list *a; in find_worker()
177 struct w_list *a; in add_worker()
178 struct w_list *tmp; in add_worker()
185 a = calloc(1, sizeof(struct w_list)); in add_worker()
227 struct w_list *a, *l = NULL; in remove_worker()
269 static void *scan_worker_func(struct w_list *w) in scan_worker_func()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/MoltenMonarch.ocs/
H A DScript.c119 …var w_list = [Bow, Blunderbuss, Shield, Sword, Club, Javelin, Bow, Blunderbuss, Shield, Sword, Clu… in FxIntFillChestsStart() local
123 chest->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxIntFillChestsStart()
131 var w_list = [IronBomb, Rock, IronBomb, Firestone, Firestone, Bow, Blunderbuss, Sword, Javelin]; in FxIntFillChestsTimer() local
134 chest->CreateChestContents(w_list[Random(GetLength(w_list))]); in FxIntFillChestsTimer()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DOpenRCX.tcl204 [-w_list width]
211 -w_list -s_list } \
243 set w_list "1"
244 if { [info exists keys(-w_list)] } {
245 set w_list $keys(-w_list)
253 rcx::bench_wires $db_only $over $diag $all $met_cnt $cnt $len $under_met $w_list $s_list
/dports/math/heyoka/heyoka-0.16.0/benchmark/
H A Dpoly_coll.cpp296 std::vector<std::tuple<std::uint32_t, std::uint32_t, std::vector<double>>> w_list; in main() local
299 w_list.emplace_back(0, 0, r2); in main()
304 while (!w_list.empty()) { in main()
306 auto [c, k, q] = std::move(w_list.back()); in main()
307 w_list.pop_back(); in main()
328 w_list.emplace_back(2u * c, k + 1u, tmp2); in main()
333 w_list.emplace_back(2u * c + 1u, k + 1u, tmp3); in main()
336 std::cout << "w_list size: " << w_list.size() << '\n'; in main()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/RockBottom.ocs/
H A DScript.c92 …effect.w_list = [Dynamite, Dynamite, Firestone, Firestone, Bow, Blunderbuss, Club, Sword, Javelin,… in FxIntFillChestsStart()
96 effect.chest->CreateChestContents(effect.w_list[Random(GetLength(effect.w_list))]); in FxIntFillChestsStart()
104 effect.chest->CreateChestContents(effect.w_list[Random(GetLength(effect.w_list))]); in FxIntFillChestsTimer()

123456