Home
last modified time | relevance | path

Searched refs:laststage (Results 1 – 19 of 19) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Df_finale.c358 static int laststage;
385 laststage = 0;
392 if (stage > laststage)
395 laststage = stage;
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Df_finale.c357 static int laststage;
384 laststage = 0;
391 if (stage > laststage)
394 laststage = stage;
/dports/games/vavoom/vavoom-1.33/progs/common/uibase/
H A DFinaleBackground.vc34 int laststage;
171 laststage = 0;
180 if (stage > laststage)
183 laststage = stage;
/dports/games/heretic/glheretic-1.2/
H A Df_finale.c395 static int laststage;
421 laststage = 0;
428 if (stage > laststage)
431 laststage = stage;
/dports/games/prboom/prboom-2.5.0/src/
H A Df_finale.c594 static int laststage; in F_BunnyScroll() local
614 laststage = 0; in F_BunnyScroll()
621 if (stage > laststage) in F_BunnyScroll()
624 laststage = stage; in F_BunnyScroll()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Df_finale.c595 static int laststage; in F_BunnyScroll() local
615 laststage = 0; in F_BunnyScroll()
622 if (stage > laststage) in F_BunnyScroll()
625 laststage = stage; in F_BunnyScroll()
/dports/games/edge/Edge-1.35-source/src/
H A Df_finale.cc728 static int laststage; in BunnyScroll() local
751 laststage = 0; in BunnyScroll()
760 if (stage > laststage) in BunnyScroll()
763 laststage = stage; in BunnyScroll()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Df_finale.c674 static int laststage; in F_BunnyScroll() local
694 laststage = 0; in F_BunnyScroll()
701 if (stage > laststage) in F_BunnyScroll()
704 laststage = stage; in F_BunnyScroll()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Df_finale.c614 static int laststage; in F_BunnyScroll() local
642 laststage = 0; in F_BunnyScroll()
649 if (stage > laststage) in F_BunnyScroll()
652 laststage = stage; in F_BunnyScroll()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Df_finale.c711 static int laststage; in F_BunnyScroll() local
760 laststage = 0; in F_BunnyScroll()
767 if (stage > laststage) in F_BunnyScroll()
770 laststage = stage; in F_BunnyScroll()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Df_finale.cpp713 static int laststage; in F_BunnyScroll() local
753 laststage = 0; in F_BunnyScroll()
760 if (stage > laststage) in F_BunnyScroll()
763 laststage = stage; in F_BunnyScroll()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Df_finale.c917 static int laststage; in F_BunnyScroll() local
981 laststage = 0; in F_BunnyScroll()
988 if (stage > laststage) in F_BunnyScroll()
991 laststage = stage; in F_BunnyScroll()
/dports/devel/cervisia/cervisia-21.12.3/
H A Dupdateview.cpp413 void UpdateView::markUpdated(bool laststage, bool success) in markUpdated() argument
425 fileItem->markUpdated(laststage, success); in markUpdated()
432 fileItem->markUpdated(laststage, success); in markUpdated()
H A Dupdateview.h92 void markUpdated(bool laststage, bool success);
H A Dupdateview_items.h150 void markUpdated(bool laststage, bool success);
H A Dupdateview_items.cpp549 void UpdateFileItem::markUpdated(bool laststage, in markUpdated() argument
554 if (laststage) in markUpdated()
/dports/games/quake2max/Quake2maX_0.45-src_unix/ref_gl/
H A Dgl_mesh.c343 rs_stage_t *stage, *laststage = NULL; in GL_DrawAliasFrameLerpShell() local
609 laststage = stage; in GL_DrawAliasFrameLerpShell() local
670 rs_stage_t *stage, *laststage = NULL; in GL_DrawAliasFrameLerp() local
1012 laststage = stage; in GL_DrawAliasFrameLerp()
/dports/misc/mmv/mmv-1.01b.orig/
H A Dmmv.c1063 int wantdirs, ret = 1, laststage = (stage + 1 == nstages); local
1065 wantdirs = !laststage ||
1126 keepmatch(*pf, pathend, &k, 0, wantdirs, laststage)
1128 if (!laststage)
/dports/misc/mmv/debian/patches/
H A Dpatches-as-of-mmv-1.01b-15.diff180 int wantdirs, ret = 1, laststage = (stage + 1 == nstages);