Home
last modified time | relevance | path

Searched refs:am_active (Results 1 – 25 of 76) sorted by relevance

1234

/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Dactivity_monitor.c135 } else if ((state == am_active) && (player_state == ps_inactive) && in activity_monitor_signify_activity()
186 state = am_active; in activity_monitor_thread_code()
189 case am_active: in activity_monitor_thread_code()
231 state = am_active; // player has gone active -- do nothing, because it's still active in activity_monitor_thread_code()
H A Dactivity_monitor.h3 enum am_state { am_inactive, am_active, am_timing_out }; enumerator
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_main.c319 viewactive = (!(automapmode & am_active) || (automapmode & am_overlay)) && !inhelpscreens; in D_Display()
320 …border = viewactive ? (viewheight != SCREENHEIGHT) : (!inhelpscreens && (automapmode & am_active)); in D_Display()
337 (((automapmode & am_active) && !(automapmode & am_overlay))); in D_Display()
364 if (automapmode & am_active) in D_Display()
375 || ((automapmode & am_active) && !(automapmode & am_overlay))), in D_Display()
H A Ddoomstat.h180 am_active = 1, // currently shown enumerator
H A Dhu_lib.c235 if (!(automapmode & am_active) && viewwindowx && l->needsupdate) in HUlib_eraseTextLine()
588 if (!(automapmode & am_active) && viewwindowx) in HUlib_eraseMBg()
H A Dam_map.c573 automapmode |= am_active; in AM_initVariables()
696 automapmode &= ~am_active; in AM_Stop()
774 if (!(automapmode & am_active)) in AM_Responder()
1074 if (!(automapmode & am_active)) in AM_Ticker()
2073 if (!(automapmode & am_active)) return; in AM_Drawer()
H A Dr_draw.c1055 int automap = ((automapmode & am_active) && !(automapmode & am_overlay)); in R_FillBackScreen()
1154 ((automapmode & am_active) && ! (automapmode & am_overlay)))) in R_DrawViewBorder()
H A Dp_user.c216 if (!mo->reactiontime && (!(automapmode & am_active) || (automapmode & am_overlay))) in P_SetPitch()
H A Df_finale.c79 automapmode &= ~am_active; in F_StartFinale()
H A Dm_cheat.c480 if (automapmode & am_active) in cheat_ddt()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomstat.h167 am_active = 1, // currently shown enumerator
H A Dd_main.c245 viewactive = (!(automapmode & am_active) || (automapmode & am_overlay)) && !inhelpscreens; in D_Display()
246 …border = viewactive ? (viewheight != SCREENHEIGHT) : (!inhelpscreens && (automapmode & am_active)); in D_Display()
265 if (automapmode & am_active) in D_Display()
269 || ((automapmode & am_active) && !(automapmode & am_overlay))), in D_Display()
H A Dam_map.c424 automapmode |= am_active; in AM_initVariables()
525 automapmode &= ~am_active; in AM_Stop()
602 if (!(automapmode & am_active)) in AM_Responder()
812 if (!(automapmode & am_active)) in AM_Ticker()
1574 if (!(automapmode & am_active)) in AM_Drawer()
H A Dg_game.c697 !(paused & 2) && !(automapmode & am_active) && in G_Responder()
1303 if (automapmode & am_active) in G_DoCompleted()
1435 automapmode &= ~am_active; in G_DoCompleted()
2390 automapmode &= ~am_active; in G_InitNew()
H A Dhu_stuff.c729 if (automapmode & am_active) in HU_Drawer()
773 !(automapmode & am_active) // automap is not active in HU_Drawer()
H A Df_finale.c82 automapmode &= ~am_active; in F_StartFinale()
H A Dm_cheat.c594 if (automapmode & am_active) in cheat_ddt()
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomstat.h171 am_active = 1, // currently shown enumerator
H A Dam_map.c430 automapmode |= am_active; in AM_initVariables()
528 automapmode &= ~am_active; in AM_Stop()
605 if (!(automapmode & am_active)) in AM_Responder()
815 if (!(automapmode & am_active)) in AM_Ticker()
1572 if (!(automapmode & am_active)) return; in AM_Drawer()
H A Dd_main.c257 viewactive = (!(automapmode & am_active) || (automapmode & am_overlay)) && !inhelpscreens; in D_Display()
258 …border = viewactive ? (viewheight != SCREENHEIGHT) : (!inhelpscreens && (automapmode & am_active)); in D_Display()
278 if (automapmode & am_active) in D_Display()
280 …ST_Drawer((viewheight != SCREENHEIGHT) || ((automapmode & am_active) && !(automapmode & am_overlay… in D_Display()
H A Dhu_lib.c229 if (!(automapmode & am_active) && viewwindowx && l->needsupdate) in HUlib_eraseTextLine()
579 if (!(automapmode & am_active) && viewwindowx) in HUlib_eraseMBg()
H A Dg_game.c696 !(paused & 2) && !(automapmode & am_active) && in G_Responder()
1275 if (automapmode & am_active) in G_DoCompleted()
1372 automapmode &= ~am_active; in G_DoCompleted()
2180 automapmode &= ~am_active; in G_InitNew()
H A Df_finale.c79 automapmode &= ~am_active; in F_StartFinale()
H A Dhu_stuff.c744 if (automapmode & am_active) in HU_Drawer()
789 !(automapmode & am_active) // automap is not active in HU_Drawer()
H A Dm_cheat.c557 if (automapmode & am_active) in cheat_ddt()

1234