Home
last modified time | relevance | path

Searched refs:Shrapnell (Results 1 – 6 of 6) sorted by relevance

/dports/games/ltris/ltris-1.2.1/src/
H A Dshrapnells.c41 Shrapnell *shr = calloc( 1, sizeof( Shrapnell ) ); in shrapnell_create()
63 Shrapnell *shr = (Shrapnell*)ptr; in shrapnell_delete()
170 Shrapnell *shr; in shrapnells_hide()
186 Shrapnell *shr; in shrapnells_show()
210 Shrapnell *shr; in shrapnells_update()
H A Dshrapnells.h34 } Shrapnell; typedef
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dshrapnells.c45 Shrapnell *shr = calloc( 1, sizeof( Shrapnell ) ); in shrapnell_create()
63 Shrapnell *shr = (Shrapnell*)ptr; in shrapnell_delete()
189 Shrapnell *shr; in shrapnells_hide()
205 Shrapnell *shr; in shrapnells_show()
223 Shrapnell *shr; in shrapnells_update()
H A Dshrapnells.h23 } Shrapnell; typedef
/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dbreakout.cpp2918 Shrapnell *s = new Shrapnell; in Shr_Create()
2934 Shrapnell *s = (Shrapnell*)p; in Shr_Free()
2942 Shrapnell *s; in Shr_Hide()
2945 s = (Shrapnell*)e->data; in Shr_Hide()
2959 Shrapnell *s; in Shr_Update()
2963 s = (Shrapnell*)e->data; in Shr_Update()
2977 Shrapnell *s; in Shr_Show()
2980 s = (Shrapnell*)e->data; in Shr_Show()
H A Dbreakout.h77 struct Shrapnell { struct