SYMBOL INDEX (951 symbols across 97 files) FILE: ipx/DOOMNET.C function LaunchDOOM (line 40) | void LaunchDOOM (void) FILE: ipx/DOOMNET.H type doomcom_t (line 19) | typedef struct FILE: ipx/IPXNET.C function OpenSocket (line 39) | int OpenSocket(short socketNumber) function CloseSocket (line 51) | void CloseSocket(short socketNumber) function ListenForPacket (line 58) | void ListenForPacket(ECB *ecb) function GetLocalAddress (line 69) | void GetLocalAddress (void) function InitNetwork (line 87) | void InitNetwork (void) function ShutdownNetwork (line 158) | void ShutdownNetwork (void) function SendPacket (line 174) | void SendPacket (int destination) function ShortSwap (line 208) | unsigned short ShortSwap (unsigned short i) function GetPacket (line 223) | int GetPacket (void) FILE: ipx/IPXNET.H type doomdata_t (line 4) | typedef struct type setupdata_t (line 17) | typedef struct type BYTE (line 27) | typedef unsigned char BYTE; type WORD (line 28) | typedef unsigned short WORD; type LONG (line 29) | typedef unsigned long LONG; type IPXPacket (line 31) | typedef struct IPXPacketStructure type localadr_t (line 48) | typedef struct type nodeadr_t (line 54) | typedef struct type ECB (line 59) | typedef struct ECBStructure type packet_t (line 82) | typedef struct FILE: ipx/IPXSETUP.C function Error (line 37) | void Error (char *error, ...) function CheckParm (line 65) | int CheckParm(char *parm) function interrupt (line 85) | void interrupt NetISR (void) function LookForNodes (line 112) | void LookForNodes (void) function FindResponseFile (line 261) | void FindResponseFile (void) function main (line 337) | void main (void) FILE: linuxdoom-1.10/am_map.c type fpoint_t (line 128) | typedef struct type fline_t (line 133) | typedef struct type mpoint_t (line 138) | typedef struct type mline_t (line 143) | typedef struct type islope_t (line 148) | typedef struct function AM_getIslope (line 308) | void function AM_activateNewScale (line 327) | void AM_activateNewScale(void) function AM_saveScaleAndLoc (line 342) | void AM_saveScaleAndLoc(void) function AM_restoreScaleAndLoc (line 353) | void AM_restoreScaleAndLoc(void) function AM_addMark (line 377) | void AM_addMark(void) function AM_findMinMaxBoundaries (line 389) | void AM_findMinMaxBoundaries(void) function AM_changeWindowLoc (line 429) | void AM_changeWindowLoc(void) function AM_initVariables (line 458) | void AM_initVariables(void) function AM_loadPics (line 502) | void AM_loadPics(void) function AM_unloadPics (line 515) | void AM_unloadPics(void) function AM_clearMarks (line 524) | void AM_clearMarks(void) function AM_LevelInit (line 537) | void AM_LevelInit(void) function AM_Stop (line 560) | void AM_Stop (void) function AM_Start (line 573) | void AM_Start (void) function AM_minOutWindowScale (line 592) | void AM_minOutWindowScale(void) function AM_maxOutWindowScale (line 602) | void AM_maxOutWindowScale(void) function boolean (line 613) | boolean function AM_changeWindowScale (line 741) | void AM_changeWindowScale(void) function AM_doFollowPlayer (line 760) | void AM_doFollowPlayer(void) function AM_updateLightLev (line 784) | void AM_updateLightLev(void) function AM_Ticker (line 805) | void AM_Ticker (void) function AM_clearFB (line 833) | void AM_clearFB(int color) function boolean (line 846) | boolean function AM_drawFline (line 977) | void function AM_drawMline (line 1055) | void function AM_drawGrid (line 1071) | void AM_drawGrid(int color) function AM_drawWalls (line 1117) | void AM_drawWalls(void) function AM_rotate (line 1172) | void function AM_drawLineCharacter (line 1191) | void function AM_drawPlayers (line 1240) | void AM_drawPlayers(void) function AM_drawThings (line 1284) | void function AM_drawMarks (line 1305) | void AM_drawMarks(void) function AM_drawCrosshair (line 1326) | void AM_drawCrosshair(int color) function AM_Drawer (line 1332) | void AM_Drawer (void) FILE: linuxdoom-1.10/d_event.h type evtype_t (line 35) | typedef enum type event_t (line 44) | typedef struct type gameaction_t (line 53) | typedef enum type buttoncode_t (line 72) | typedef enum FILE: linuxdoom-1.10/d_items.h type weaponinfo_t (line 34) | typedef struct FILE: linuxdoom-1.10/d_main.c function D_PostEvent (line 150) | void D_PostEvent (event_t* ev) function D_ProcessEvents (line 161) | void D_ProcessEvents (void) function D_Display (line 193) | void D_Display (void) function D_DoomLoop (line 354) | void D_DoomLoop (void) function D_PageTicker (line 423) | void D_PageTicker (void) function D_PageDrawer (line 434) | void D_PageDrawer (void) function D_AdvanceDemo (line 444) | void D_AdvanceDemo (void) function D_DoAdvanceDemo (line 454) | void D_DoAdvanceDemo (void) function D_StartTitle (line 525) | void D_StartTitle (void) function D_AddFile (line 543) | void D_AddFile (char *file) function IdentifyVersion (line 563) | void IdentifyVersion (void) function FindResponseFile (line 722) | void FindResponseFile (void) function D_DoomMain (line 796) | void D_DoomMain (void) FILE: linuxdoom-1.10/d_net.c function NetbufferSize (line 90) | int NetbufferSize (void) function NetbufferChecksum (line 98) | unsigned NetbufferChecksum (void) function ExpandTics (line 120) | int ExpandTics (int low) function HSendPacket (line 142) | void function boolean (line 192) | boolean HGetPacket (void) function GetPackets (line 261) | void GetPackets (void) function NetUpdate (line 368) | void NetUpdate (void) function CheckAbort (line 453) | void CheckAbort (void) function D_ArbitrateNetStart (line 476) | void D_ArbitrateNetStart (void) function D_CheckNetGame (line 555) | void D_CheckNetGame (void) function D_QuitNetGame (line 602) | void D_QuitNetGame (void) function TryRunTics (line 636) | void TryRunTics (void) FILE: linuxdoom-1.10/d_net.h type command_t (line 51) | typedef enum type doomdata_t (line 62) | typedef struct type doomcom_t (line 79) | typedef struct FILE: linuxdoom-1.10/d_player.h type playerstate_t (line 53) | typedef enum type cheat_t (line 68) | typedef enum type player_t (line 83) | typedef struct player_s type wbplayerstruct_t (line 173) | typedef struct type wbstartstruct_t (line 187) | typedef struct FILE: linuxdoom-1.10/d_textur.h type pic_t (line 36) | typedef struct FILE: linuxdoom-1.10/d_think.h type actionf_t (line 45) | typedef union type actionf_t (line 60) | typedef actionf_t think_t; type thinker_t (line 64) | typedef struct thinker_s FILE: linuxdoom-1.10/d_ticcmd.h type ticcmd_t (line 36) | typedef struct FILE: linuxdoom-1.10/doomdata.h type mapvertex_t (line 60) | typedef struct type mapsidedef_t (line 69) | typedef struct type maplinedef_t (line 84) | typedef struct type mapsector_t (line 141) | typedef struct type mapsubsector_t (line 153) | typedef struct type mapseg_t (line 163) | typedef struct type mapnode_t (line 180) | typedef struct type mapthing_t (line 203) | typedef struct FILE: linuxdoom-1.10/doomdef.h type GameMode_t (line 38) | typedef enum type GameMission_t (line 51) | typedef enum type Language_t (line 63) | typedef enum type gamestate_t (line 127) | typedef enum type skill_t (line 147) | typedef enum type card_t (line 162) | typedef enum type weapontype_t (line 180) | typedef enum type ammotype_t (line 201) | typedef enum type powertype_t (line 214) | typedef enum type powerduration_t (line 233) | typedef enum FILE: linuxdoom-1.10/doomtype.h type boolean (line 32) | typedef bool boolean; type boolean (line 34) | typedef enum {false, true} boolean; type byte (line 36) | typedef unsigned char byte; FILE: linuxdoom-1.10/f_finale.c function F_StartFinale (line 96) | void F_StartFinale (void) function boolean (line 195) | boolean F_Responder (event_t *event) function F_Ticker (line 207) | void F_Ticker (void) function F_TextWrite (line 261) | void F_TextWrite (void) type castinfo_t (line 334) | typedef struct function F_StartCast (line 377) | void F_StartCast (void) function F_CastTicker (line 395) | void F_CastTicker (void) function boolean (line 502) | boolean F_CastResponder (event_t* ev) function F_CastPrint (line 523) | void F_CastPrint (char* text) function F_CastDrawer (line 579) | void F_CastDrawer (void) function F_DrawPatchCol (line 609) | void function F_BunnyScroll (line 644) | void F_BunnyScroll (void) function F_Drawer (line 700) | void F_Drawer (void) FILE: linuxdoom-1.10/f_wipe.c function wipe_shittyColMajorXform (line 50) | void function wipe_initColorXForm (line 72) | int function wipe_doColorXForm (line 82) | int function wipe_exitColorXForm (line 128) | int function wipe_initMelt (line 140) | int function wipe_doMelt (line 171) | int function wipe_exitMelt (line 226) | int function wipe_StartScreen (line 236) | int function wipe_EndScreen (line 248) | int function wipe_ScreenWipe (line 261) | int FILE: linuxdoom-1.10/g_game.c function G_CmdChecksum (line 219) | int G_CmdChecksum (ticcmd_t* cmd) function G_BuildTiccmd (line 237) | void G_BuildTiccmd (ticcmd_t* cmd) function G_DoLoadLevel (line 445) | void G_DoLoadLevel (void) function boolean (line 504) | boolean G_Responder (event_t* ev) function G_Ticker (line 605) | void G_Ticker (void) function G_InitPlayer (line 761) | void G_InitPlayer (int player) function G_PlayerFinishLevel (line 779) | void G_PlayerFinishLevel (int player) function G_PlayerReborn (line 800) | void G_PlayerReborn (int player) function boolean (line 843) | boolean function G_DeathMatchSpawnPlayer (line 897) | void G_DeathMatchSpawnPlayer (int playernum) function G_DoReborn (line 924) | void G_DoReborn (int playernum) function G_ScreenShot (line 970) | void G_ScreenShot (void) function G_ExitLevel (line 1002) | void G_ExitLevel (void) function G_SecretExitLevel (line 1009) | void G_SecretExitLevel (void) function G_DoCompleted (line 1020) | void G_DoCompleted (void) function G_WorldDone (line 1147) | void G_WorldDone (void) function G_DoWorldDone (line 1172) | void G_DoWorldDone (void) function G_LoadGame (line 1192) | void G_LoadGame (char* name) function G_DoLoadGame (line 1201) | void G_DoLoadGame (void) function G_SaveGame (line 1260) | void function G_DoSaveGame (line 1270) | void G_DoSaveGame (void) function G_DeferedInitNew (line 1332) | void function G_DoNewGame (line 1345) | void G_DoNewGame (void) function G_InitNew (line 1364) | void function G_ReadDemoTiccmd (line 1491) | void G_ReadDemoTiccmd (ticcmd_t* cmd) function G_WriteDemoTiccmd (line 1506) | void G_WriteDemoTiccmd (ticcmd_t* cmd) function G_RecordDemo (line 1530) | void G_RecordDemo (char* name) function G_BeginRecording (line 1549) | void G_BeginRecording (void) function G_DeferedPlayDemo (line 1576) | void G_DeferedPlayDemo (char* name) function G_DoPlayDemo (line 1582) | void G_DoPlayDemo (void) function G_TimeDemo (line 1625) | void G_TimeDemo (char* name) function boolean (line 1647) | boolean G_CheckDemoStatus (void) FILE: linuxdoom-1.10/hu_lib.c function HUlib_init (line 42) | void HUlib_init(void) function HUlib_clearTextLine (line 46) | void HUlib_clearTextLine(hu_textline_t* t) function HUlib_initTextLine (line 53) | void function boolean (line 68) | boolean function boolean (line 86) | boolean HUlib_delCharFromTextLine(hu_textline_t* t) function HUlib_drawTextLine (line 99) | void function HUlib_eraseTextLine (line 143) | void HUlib_eraseTextLine(hu_textline_t* l) function HUlib_initSText (line 176) | void function HUlib_addLineToSText (line 200) | void HUlib_addLineToSText(hu_stext_t* s) function HUlib_addMessageToSText (line 216) | void function HUlib_drawSText (line 231) | void HUlib_drawSText(hu_stext_t* s) function HUlib_eraseSText (line 254) | void HUlib_eraseSText(hu_stext_t* s) function HUlib_initIText (line 269) | void function HUlib_delCharFromIText (line 286) | void HUlib_delCharFromIText(hu_itext_t* it) function HUlib_eraseLineFromIText (line 292) | void HUlib_eraseLineFromIText(hu_itext_t* it) function HUlib_resetIText (line 299) | void HUlib_resetIText(hu_itext_t* it) function HUlib_addPrefixToIText (line 305) | void function boolean (line 317) | boolean function HUlib_drawIText (line 336) | void HUlib_drawIText(hu_itext_t* it) function HUlib_eraseIText (line 347) | void HUlib_eraseIText(hu_itext_t* it) FILE: linuxdoom-1.10/hu_lib.h type hu_textline_t (line 45) | typedef struct type hu_stext_t (line 65) | typedef struct type hu_itext_t (line 81) | typedef struct FILE: linuxdoom-1.10/hu_stuff.c function ForeignTranslation (line 387) | char ForeignTranslation(unsigned char ch) function HU_Init (line 392) | void HU_Init(void) function HU_Stop (line 414) | void HU_Stop(void) function HU_Start (line 419) | void HU_Start(void) function HU_Drawer (line 486) | void HU_Drawer(void) function HU_Erase (line 496) | void HU_Erase(void) function HU_Ticker (line 505) | void HU_Ticker(void) function HU_queueChatChar (line 587) | void HU_queueChatChar(char c) function HU_dequeueChatChar (line 600) | char HU_dequeueChatChar(void) function boolean (line 617) | boolean HU_Responder(event_t *ev) FILE: linuxdoom-1.10/i_main.c function main (line 34) | int FILE: linuxdoom-1.10/i_net.c type sockaddr_in (line 81) | struct sockaddr_in function UDPsocket (line 90) | int UDPsocket (void) function BindToLocalPort (line 105) | void function PacketSend (line 127) | void PacketSend (void) function PacketGet (line 161) | void PacketGet (void) function GetLocalAddress (line 222) | int GetLocalAddress (void) function I_InitNetwork (line 244) | void I_InitNetwork (void) function I_NetCmd (line 335) | void I_NetCmd (void) FILE: linuxdoom-1.10/i_sound.c function myioctl (line 159) | void function addsfx (line 264) | int function I_SetChannels (line 396) | void I_SetChannels() function I_SetSfxVolume (line 427) | void I_SetSfxVolume(int volume) function I_SetMusicVolume (line 438) | void I_SetMusicVolume(int volume) function I_GetSfxLumpNum (line 451) | int I_GetSfxLumpNum(sfxinfo_t* sfx) function I_StartSound (line 470) | int function I_StopSound (line 505) | void I_StopSound (int handle) function I_SoundIsPlaying (line 517) | int I_SoundIsPlaying(int handle) function I_UpdateSound (line 539) | void I_UpdateSound( void ) function I_SubmitSound (line 665) | void function I_UpdateSoundParams (line 674) | void function I_ShutdownSound (line 693) | void I_ShutdownSound(void) function I_InitSound (line 737) | void function I_InitMusic (line 835) | void I_InitMusic(void) { } function I_ShutdownMusic (line 836) | void I_ShutdownMusic(void) { } function I_PlaySong (line 841) | void I_PlaySong(int handle, int looping) function I_PauseSong (line 848) | void I_PauseSong (int handle) function I_ResumeSong (line 854) | void I_ResumeSong (int handle) function I_StopSong (line 860) | void I_StopSong(int handle) function I_UnRegisterSong (line 869) | void I_UnRegisterSong(int handle) function I_RegisterSong (line 875) | int I_RegisterSong(void* data) function I_QrySongPlaying (line 884) | int I_QrySongPlaying(int handle) type sigset_t (line 902) | typedef sigset_t tSigSet; type tSigSet (line 904) | typedef int tSigSet; function I_HandleSoundTimer (line 917) | void I_HandleSoundTimer( int ignore ) function I_SoundSetTimer (line 941) | int I_SoundSetTimer( int duration_of_tick ) function I_SoundDelTimer (line 980) | void I_SoundDelTimer() FILE: linuxdoom-1.10/i_system.c function I_Tactile (line 54) | void function ticcmd_t (line 65) | ticcmd_t* I_BaseTiccmd(void) function I_GetHeapSize (line 71) | int I_GetHeapSize (void) function byte (line 76) | byte* I_ZoneBase (int* size) function I_GetTime (line 88) | int I_GetTime (void) function I_Init (line 107) | void I_Init (void) function I_Quit (line 116) | void I_Quit (void) function I_WaitVBL (line 126) | void I_WaitVBL(int count) function I_BeginRead (line 139) | void I_BeginRead(void) function I_EndRead (line 143) | void I_EndRead(void) function byte (line 147) | byte* I_AllocLow(int length) function I_Error (line 162) | void I_Error (char *error, ...) FILE: linuxdoom-1.10/i_video.c function xlatekey (line 97) | int xlatekey(void) function I_ShutdownGraphics (line 164) | void I_ShutdownGraphics(void) function I_StartFrame (line 183) | void I_StartFrame (void) function I_GetEvent (line 194) | void I_GetEvent(void) function Cursor (line 281) | Cursor function I_StartTic (line 309) | void I_StartTic (void) function I_UpdateNoBlit (line 344) | void I_UpdateNoBlit (void) function I_FinishUpdate (line 352) | void I_FinishUpdate (void) function I_ReadScreen (line 527) | void I_ReadScreen (byte* scr) function UploadNewPalette (line 538) | void UploadNewPalette(Colormap cmap, byte *palette) function I_SetPalette (line 582) | void I_SetPalette (byte* palette) function grabsharedmemory (line 595) | void grabsharedmemory(int size) function I_InitGraphics (line 692) | void I_InitGraphics(void) function InitExpand (line 920) | void InitExpand (void) function InitExpand2 (line 930) | void InitExpand2 (void) function Expand4 (line 958) | void FILE: linuxdoom-1.10/info.h type spritenum_t (line 30) | typedef enum type statenum_t (line 174) | typedef enum type state_t (line 1147) | typedef struct type mobjtype_t (line 1163) | typedef enum { type mobjinfo_t (line 1305) | typedef struct FILE: linuxdoom-1.10/m_argv.c function M_CheckParm (line 41) | int M_CheckParm (char *check) FILE: linuxdoom-1.10/m_bbox.c function M_ClearBox (line 39) | void M_ClearBox (fixed_t *box) function M_AddToBox (line 45) | void FILE: linuxdoom-1.10/m_cheat.c function cht_CheckCheat (line 42) | int function cht_GetParam (line 77) | void FILE: linuxdoom-1.10/m_cheat.h type cheatseq_t (line 34) | typedef struct FILE: linuxdoom-1.10/m_fixed.c function fixed_t (line 43) | fixed_t function fixed_t (line 57) | fixed_t function fixed_t (line 69) | fixed_t FILE: linuxdoom-1.10/m_fixed.h type fixed_t (line 38) | typedef int fixed_t; FILE: linuxdoom-1.10/m_menu.c type menuitem_t (line 140) | typedef struct type menu_t (line 158) | typedef struct menu_s function M_ReadSaveStrings (line 511) | void M_ReadSaveStrings(void) function M_DrawLoad (line 542) | void M_DrawLoad(void) function M_DrawSaveLoadBorder (line 559) | void M_DrawSaveLoadBorder(int x,int y) function M_LoadSelect (line 579) | void M_LoadSelect(int choice) function M_LoadGame (line 594) | void M_LoadGame (int choice) function M_DrawSave (line 610) | void M_DrawSave(void) function M_DoSave (line 631) | void M_DoSave(int slot) function M_SaveSelect (line 644) | void M_SaveSelect(int choice) function M_SaveGame (line 659) | void M_SaveGame (int choice) function M_QuickSaveResponse (line 681) | void M_QuickSaveResponse(int ch) function M_QuickSave (line 690) | void M_QuickSave(void) function M_QuickLoadResponse (line 718) | void M_QuickLoadResponse(int ch) function M_QuickLoad (line 728) | void M_QuickLoad(void) function M_DrawReadThis1 (line 752) | void M_DrawReadThis1(void) function M_DrawReadThis2 (line 776) | void M_DrawReadThis2(void) function M_DrawSound (line 800) | void M_DrawSound(void) function M_Sound (line 811) | void M_Sound(int choice) function M_SfxVol (line 816) | void M_SfxVol(int choice) function M_MusicVol (line 833) | void M_MusicVol(int choice) function M_DrawMainMenu (line 856) | void M_DrawMainMenu(void) function M_DrawNewGame (line 867) | void M_DrawNewGame(void) function M_NewGame (line 873) | void M_NewGame(int choice) function M_DrawEpisode (line 893) | void M_DrawEpisode(void) function M_VerifyNightmare (line 898) | void M_VerifyNightmare(int ch) function M_ChooseSkill (line 907) | void M_ChooseSkill(int choice) function M_Episode (line 919) | void M_Episode(int choice) function M_DrawOptions (line 951) | void M_DrawOptions(void) function M_Options (line 968) | void M_Options(int choice) function M_ChangeMessages (line 978) | void M_ChangeMessages(int choice) function M_EndGameResponse (line 996) | void M_EndGameResponse(int ch) function M_EndGame (line 1006) | void M_EndGame(int choice) function M_ReadThis (line 1030) | void M_ReadThis(int choice) function M_ReadThis2 (line 1036) | void M_ReadThis2(int choice) function M_FinishReadThis (line 1042) | void M_FinishReadThis(int choice) function M_QuitResponse (line 1080) | void M_QuitResponse(int ch) function M_QuitDOOM (line 1098) | void M_QuitDOOM(int choice) function M_ChangeSensitivity (line 1113) | void M_ChangeSensitivity(int choice) function M_ChangeDetail (line 1131) | void M_ChangeDetail(int choice) function M_SizeDisplay (line 1152) | void M_SizeDisplay(int choice) function M_DrawThermo (line 1182) | void function M_DrawEmptyCell (line 1208) | void function M_DrawSelCell (line 1217) | void function M_StartMessage (line 1227) | void function M_StopMessage (line 1244) | void M_StopMessage(void) function M_StringWidth (line 1255) | int M_StringWidth(char* string) function M_StringHeight (line 1278) | int M_StringHeight(char* string) function M_WriteText (line 1296) | void function boolean (line 1349) | boolean M_Responder (event_t* ev) function M_StartControlPanel (line 1723) | void M_StartControlPanel (void) function M_Drawer (line 1740) | void M_Drawer (void) function M_ClearMenus (line 1811) | void M_ClearMenus (void) function M_SetupNextMenu (line 1824) | void M_SetupNextMenu(menu_t *menudef) function M_Ticker (line 1834) | void M_Ticker (void) function M_Init (line 1847) | void M_Init (void) FILE: linuxdoom-1.10/m_misc.c function M_DrawText (line 69) | int function boolean (line 112) | boolean function M_ReadFile (line 139) | int type default_t (line 225) | typedef struct function M_SaveDefaults (line 308) | void M_SaveDefaults (void) function M_LoadDefaults (line 340) | void M_LoadDefaults (void) type pcx_t (line 411) | typedef struct function WritePCXfile (line 441) | void function M_ScreenShot (line 503) | void M_ScreenShot (void) FILE: linuxdoom-1.10/m_random.c function P_Random (line 57) | int P_Random (void) function M_Random (line 63) | int M_Random (void) function M_ClearRandom (line 69) | void M_ClearRandom (void) FILE: linuxdoom-1.10/m_swap.c function SwapSHORT (line 38) | unsigned short SwapSHORT(unsigned short x) function SwapLONG (line 45) | unsigned long SwapLONG( unsigned long x) FILE: linuxdoom-1.10/p_ceilng.c function T_MoveCeiling (line 52) | void T_MoveCeiling (ceiling_t* ceiling) function EV_DoCeiling (line 171) | int function P_AddActiveCeiling (line 251) | void P_AddActiveCeiling(ceiling_t* c) function P_RemoveActiveCeiling (line 270) | void P_RemoveActiveCeiling(ceiling_t* c) function P_ActivateInStasisCeiling (line 291) | void P_ActivateInStasisCeiling(line_t* line) function EV_CeilingCrushStop (line 314) | int EV_CeilingCrushStop(line_t *line) FILE: linuxdoom-1.10/p_doors.c function T_VerticalDoor (line 63) | void T_VerticalDoor (vldoor_t* door) function EV_DoLockedDoor (line 206) | int function EV_DoDoor (line 263) | int function EV_VerticalDoor (line 353) | void function P_SpawnDoorCloseIn30 (line 505) | void P_SpawnDoorCloseIn30 (sector_t* sec) function P_SpawnDoorRaiseIn5Mins (line 527) | void function P_InitSlidingDoorFrames (line 566) | void P_InitSlidingDoorFrames(void) function P_FindSlidingDoorType (line 610) | int P_FindSlidingDoorType(line_t* line) function T_SlidingDoor (line 625) | void T_SlidingDoor (slidedoor_t* door) function EV_SlidingDoor (line 712) | void FILE: linuxdoom-1.10/p_enemy.c type dirtype_t (line 51) | typedef enum function P_RecursiveSound (line 105) | void function P_NoiseAlert (line 158) | void function boolean (line 174) | boolean P_CheckMeleeRange (mobj_t* actor) function boolean (line 197) | boolean P_CheckMissileRange (mobj_t* actor) function boolean (line 272) | boolean P_Move (mobj_t* actor) function boolean (line 349) | boolean P_TryWalk (mobj_t* actor) function P_NewChaseDir (line 363) | void P_NewChaseDir (mobj_t* actor) function boolean (line 498) | boolean function A_KeenDie (line 566) | void A_KeenDie (mobj_t* mo) function A_Look (line 604) | void A_Look (mobj_t* actor) function A_Chase (line 672) | void A_Chase (mobj_t* actor) function A_FaceTarget (line 782) | void A_FaceTarget (mobj_t* actor) function A_PosAttack (line 802) | void A_PosAttack (mobj_t* actor) function A_SPosAttack (line 821) | void A_SPosAttack (mobj_t* actor) function A_CPosAttack (line 845) | void A_CPosAttack (mobj_t* actor) function A_CPosRefire (line 865) | void A_CPosRefire (mobj_t* actor) function A_SpidRefire (line 882) | void A_SpidRefire (mobj_t* actor) function A_BspiAttack (line 898) | void A_BspiAttack (mobj_t *actor) function A_TroopAttack (line 913) | void A_TroopAttack (mobj_t* actor) function A_SargAttack (line 935) | void A_SargAttack (mobj_t* actor) function A_HeadAttack (line 950) | void A_HeadAttack (mobj_t* actor) function A_CyberAttack (line 969) | void A_CyberAttack (mobj_t* actor) function A_BruisAttack (line 979) | void A_BruisAttack (mobj_t* actor) function A_SkelMissile (line 1002) | void A_SkelMissile (mobj_t* actor) function A_Tracer (line 1021) | void A_Tracer (mobj_t* actor) function A_SkelWhoosh (line 1093) | void A_SkelWhoosh (mobj_t* actor) function A_SkelFist (line 1101) | void A_SkelFist (mobj_t* actor) function boolean (line 1129) | boolean PIT_VileCheck (mobj_t* thing) function A_VileChase (line 1167) | void A_VileChase (mobj_t* actor) function A_VileStart (line 1233) | void A_VileStart (mobj_t* actor) function A_StartFire (line 1245) | void A_StartFire (mobj_t* actor) function A_FireCrackle (line 1251) | void A_FireCrackle (mobj_t* actor) function A_Fire (line 1257) | void A_Fire (mobj_t* actor) function A_VileTarget (line 1285) | void A_VileTarget (mobj_t* actor) function A_VileAttack (line 1310) | void A_VileAttack (mobj_t* actor) function A_FatRaise (line 1351) | void A_FatRaise (mobj_t *actor) function A_FatAttack1 (line 1358) | void A_FatAttack1 (mobj_t* actor) function A_FatAttack2 (line 1375) | void A_FatAttack2 (mobj_t* actor) function A_FatAttack3 (line 1392) | void A_FatAttack3 (mobj_t* actor) function A_SkullAttack (line 1419) | void A_SkullAttack (mobj_t* actor) function A_PainShootSkull (line 1449) | void function A_PainAttack (line 1512) | void A_PainAttack (mobj_t* actor) function A_PainDie (line 1522) | void A_PainDie (mobj_t* actor) function A_Scream (line 1535) | void A_Scream (mobj_t* actor) function A_XScream (line 1572) | void A_XScream (mobj_t* actor) function A_Pain (line 1577) | void A_Pain (mobj_t* actor) function A_Fall (line 1585) | void A_Fall (mobj_t *actor) function A_Explode (line 1598) | void A_Explode (mobj_t* thingy) function A_BossDeath (line 1609) | void A_BossDeath (mobj_t* mo) function A_Hoof (line 1759) | void A_Hoof (mobj_t* mo) function A_Metal (line 1765) | void A_Metal (mobj_t* mo) function A_BabyMetal (line 1771) | void A_BabyMetal (mobj_t* mo) function A_OpenShotgun2 (line 1777) | void function A_LoadShotgun2 (line 1785) | void function A_CloseShotgun2 (line 1798) | void function A_BrainAwake (line 1813) | void A_BrainAwake (mobj_t* mo) function A_BrainPain (line 1843) | void A_BrainPain (mobj_t* mo) function A_BrainScream (line 1849) | void A_BrainScream (mobj_t* mo) function A_BrainExplode (line 1875) | void A_BrainExplode (mobj_t* mo) function A_BrainDie (line 1896) | void A_BrainDie (mobj_t* mo) function A_BrainSpit (line 1901) | void A_BrainSpit (mobj_t* mo) function A_SpawnSound (line 1930) | void A_SpawnSound (mobj_t* mo) function A_SpawnFly (line 1936) | void A_SpawnFly (mobj_t* mo) function A_PlayerScream (line 1994) | void A_PlayerScream (mobj_t* mo) FILE: linuxdoom-1.10/p_floor.c function result_e (line 48) | result_e function T_MoveFloor (line 209) | void T_MoveFloor(floormove_t* floor) function EV_DoFloor (line 259) | int function EV_BuildStairs (line 452) | int FILE: linuxdoom-1.10/p_inter.c function boolean (line 73) | boolean function boolean (line 167) | boolean function boolean (line 228) | boolean function boolean (line 251) | boolean function P_GiveCard (line 273) | void function boolean (line 289) | boolean function P_TouchSpecialThing (line 338) | void function P_KillMobj (line 667) | void function P_DamageMobj (line 774) | void FILE: linuxdoom-1.10/p_lights.c function T_FireFlicker (line 46) | void T_FireFlicker (fireflicker_t* flick) function P_SpawnFireFlicker (line 68) | void P_SpawnFireFlicker (sector_t* sector) function T_LightFlash (line 98) | void T_LightFlash (lightflash_t* flash) function P_SpawnLightFlash (line 124) | void P_SpawnLightFlash (sector_t* sector) function T_StrobeFlash (line 155) | void T_StrobeFlash (strobe_t* flash) function P_SpawnStrobeFlash (line 180) | void function EV_StartLightStrobing (line 215) | void EV_StartLightStrobing(line_t* line) function EV_TurnTagLightsOff (line 236) | void EV_TurnTagLightsOff(line_t* line) function EV_LightTurnOn (line 270) | void function T_Glow (line 314) | void T_Glow(glow_t* g) function P_SpawnGlowingLight (line 341) | void P_SpawnGlowingLight(sector_t* sector) FILE: linuxdoom-1.10/p_local.h type divline_t (line 135) | typedef struct type intercept_t (line 144) | typedef struct type boolean (line 159) | typedef boolean (*traverser_t) (intercept_t *in); FILE: linuxdoom-1.10/p_map.c function boolean (line 81) | boolean PIT_StompThing (mobj_t* thing) function boolean (line 114) | boolean function boolean (line 189) | boolean PIT_CheckLine (line_t* ld) function boolean (line 252) | boolean PIT_CheckThing (mobj_t* thing) function boolean (line 374) | boolean function boolean (line 450) | boolean function boolean (line 530) | boolean P_ThingHeightClip (mobj_t* thing) function P_HitSlideLine (line 584) | void P_HitSlideLine (line_t* ld) function boolean (line 636) | boolean PTR_SlideTraverse (intercept_t* in) function P_SlideMove (line 695) | void P_SlideMove (mobj_t* mo) function boolean (line 815) | boolean function boolean (line 899) | boolean PTR_ShootTraverse (intercept_t* in) function fixed_t (line 1022) | fixed_t function P_LineAttack (line 1062) | void function boolean (line 1095) | boolean PTR_UseTraverse (intercept_t* in) function P_UseLines (line 1130) | void P_UseLines (player_t* player) function boolean (line 1164) | boolean PIT_RadiusAttack (mobj_t* thing) function P_RadiusAttack (line 1205) | void function boolean (line 1257) | boolean PIT_ChangeSector (mobj_t* thing) function boolean (line 1320) | boolean FILE: linuxdoom-1.10/p_maputl.c function fixed_t (line 48) | fixed_t function P_PointOnLineSide (line 65) | int function P_BoxOnLineSide (line 109) | int function P_PointOnDivlineSide (line 160) | int function P_MakeDivline (line 210) | void function fixed_t (line 230) | fixed_t function P_LineOpening (line 300) | void P_LineOpening (line_t* linedef) function P_UnsetThingPosition (line 347) | void P_UnsetThingPosition (mobj_t* thing) function P_SetThingPosition (line 395) | void function boolean (line 471) | boolean function boolean (line 512) | boolean function boolean (line 561) | boolean function boolean (line 616) | boolean PIT_AddThingIntercepts (mobj_t* thing) function boolean (line 682) | boolean function boolean (line 742) | boolean FILE: linuxdoom-1.10/p_mobj.c function boolean (line 53) | boolean function P_ExplodeMissile (line 90) | void P_ExplodeMissile (mobj_t* mo) function P_XYMovement (line 114) | void P_XYMovement (mobj_t* mo) function P_ZMovement (line 246) | void P_ZMovement (mobj_t* mo) function P_NightmareRespawn (line 356) | void function P_MobjThinker (line 415) | void P_MobjThinker (mobj_t* mobj) function mobj_t (line 479) | mobj_t* function P_RemoveMobj (line 546) | void P_RemoveMobj (mobj_t* mobj) function P_RespawnSpecials (line 578) | void P_RespawnSpecials (void) function P_SpawnPlayer (line 642) | void P_SpawnPlayer (mapthing_t* mthing) function P_SpawnMapThing (line 708) | void P_SpawnMapThing (mapthing_t* mthing) function P_SpawnPuff (line 811) | void function P_SpawnBlood (line 838) | void function P_CheckMissileSpawn (line 868) | void P_CheckMissileSpawn (mobj_t* th) function mobj_t (line 888) | mobj_t* function P_SpawnPlayerMissile (line 934) | void FILE: linuxdoom-1.10/p_mobj.h type mobjflag_t (line 117) | typedef enum type mobj_t (line 207) | typedef struct mobj_s FILE: linuxdoom-1.10/p_plats.c function T_PlatRaise (line 52) | void T_PlatRaise(plat_t* plat) function EV_DoPlat (line 138) | int function P_ActivateInStasis (line 258) | void P_ActivateInStasis(int tag) function EV_StopPlat (line 273) | void EV_StopPlat(line_t* line) function P_AddActivePlat (line 288) | void P_AddActivePlat(plat_t* plat) function P_RemoveActivePlat (line 301) | void P_RemoveActivePlat(plat_t* plat) FILE: linuxdoom-1.10/p_pspr.c function P_SetPsprite (line 58) | void function P_CalcSwing (line 112) | void P_CalcSwing (player_t* player) function P_BringUpWeapon (line 138) | void P_BringUpWeapon (player_t* player) function boolean (line 161) | boolean P_CheckAmmo (player_t* player) function P_FireWeapon (line 246) | void P_FireWeapon (player_t* player) function P_DropWeapon (line 265) | void P_DropWeapon (player_t* player) function A_WeaponReady (line 281) | void function A_ReFire (line 343) | void A_ReFire function A_CheckReload (line 365) | void function A_Lower (line 384) | void function A_Raise (line 422) | void function A_GunFlash (line 448) | void function A_Punch (line 467) | void function A_Saw (line 501) | void function A_FireMissile (line 550) | void function A_FireBFG (line 563) | void function A_FirePlasma (line 577) | void function P_BulletSlope (line 601) | void P_BulletSlope (mobj_t* mo) function P_GunShot (line 625) | void function A_FirePistol (line 646) | void function A_FireShotgun (line 668) | void function A_FireShotgun2 (line 695) | void function A_FireCGun (line 732) | void function A_Light0 (line 761) | void A_Light0 (player_t *player, pspdef_t *psp) function A_Light1 (line 766) | void A_Light1 (player_t *player, pspdef_t *psp) function A_Light2 (line 771) | void A_Light2 (player_t *player, pspdef_t *psp) function A_BFGSpray (line 781) | void A_BFGSpray (mobj_t* mo) function A_BFGsound (line 817) | void function P_SetupPsprites (line 831) | void P_SetupPsprites (player_t* player) function P_MovePsprites (line 851) | void P_MovePsprites (player_t* player) FILE: linuxdoom-1.10/p_pspr.h type psprnum_t (line 60) | typedef enum type pspdef_t (line 68) | typedef struct FILE: linuxdoom-1.10/p_saveg.c function P_ArchivePlayers (line 47) | void P_ArchivePlayers (void) function P_UnArchivePlayers (line 79) | void P_UnArchivePlayers (void) function P_ArchiveWorld (line 114) | void P_ArchiveWorld (void) function P_UnArchiveWorld (line 167) | void P_UnArchiveWorld (void) type thinkerclass_t (line 220) | typedef enum function P_ArchiveThinkers (line 232) | void P_ArchiveThinkers (void) function P_UnArchiveThinkers (line 266) | void P_UnArchiveThinkers (void) function P_ArchiveSpecials (line 355) | void P_ArchiveSpecials (void) function P_UnArchiveSpecials (line 475) | void P_UnArchiveSpecials (void) FILE: linuxdoom-1.10/p_setup.c function P_LoadVertexes (line 122) | void P_LoadVertexes (int lump) function P_LoadSegs (line 159) | void P_LoadSegs (int lump) function P_LoadSubsectors (line 202) | void P_LoadSubsectors (int lump) function P_LoadSectors (line 231) | void P_LoadSectors (int lump) function P_LoadNodes (line 264) | void P_LoadNodes (int lump) function P_LoadThings (line 301) | void P_LoadThings (int lump) function P_LoadLineDefs (line 357) | void P_LoadLineDefs (int lump) function P_LoadSideDefs (line 438) | void P_LoadSideDefs (int lump) function P_LoadBlockMap (line 469) | void P_LoadBlockMap (int lump) function P_GroupLines (line 499) | void P_GroupLines (void) function P_SetupLevel (line 583) | void function P_Init (line 700) | void P_Init (void) FILE: linuxdoom-1.10/p_sight.c function P_DivlineSide (line 54) | int function fixed_t (line 108) | fixed_t function boolean (line 135) | boolean P_CrossSubsector (int num) function boolean (line 257) | boolean P_CrossBSPNode (int bspnum) function boolean (line 299) | boolean FILE: linuxdoom-1.10/p_spec.c type anim_t (line 60) | typedef struct type animdef_t (line 73) | typedef struct function P_InitPicAnims (line 148) | void P_InitPicAnims (void) function side_t (line 203) | side_t* function sector_t (line 219) | sector_t* function twoSided (line 234) | int function sector_t (line 250) | sector_t* function fixed_t (line 270) | fixed_t P_FindLowestFloorSurrounding(sector_t* sec) function fixed_t (line 297) | fixed_t P_FindHighestFloorSurrounding(sector_t *sec) function fixed_t (line 328) | fixed_t function fixed_t (line 381) | fixed_t function fixed_t (line 407) | fixed_t P_FindHighestCeilingSurrounding(sector_t* sec) function P_FindSectorFromLineTag (line 433) | int function P_FindMinSurroundingLight (line 453) | int function P_CrossSpecialLine (line 491) | void function P_ShootSpecialLine (line 958) | void function P_PlayerInSpecialSector (line 1009) | void P_PlayerInSpecialSector (player_t* player) function P_UpdateSpecials (line 1083) | void P_UpdateSpecials (void) function EV_DoDonut (line 1163) | int EV_DoDonut(line_t* line) function P_SpawnSpecials (line 1239) | void P_SpawnSpecials (void) FILE: linuxdoom-1.10/p_spec.h type fireflicker_t (line 124) | typedef struct type lightflash_t (line 136) | typedef struct type strobe_t (line 150) | typedef struct type glow_t (line 165) | typedef struct type switchlist_t (line 209) | typedef struct type bwhere_e (line 218) | typedef enum type button_t (line 227) | typedef struct type plat_e (line 262) | typedef enum type plattype_e (line 273) | typedef enum type plat_t (line 285) | typedef struct type vldoor_e (line 328) | typedef enum type vldoor_t (line 343) | typedef struct type sd_e (line 397) | typedef enum type sdt_e (line 407) | typedef enum type slidedoor_t (line 418) | typedef struct type slidename_t (line 434) | typedef struct type slideframe_t (line 449) | typedef struct type ceiling_e (line 480) | typedef enum type ceiling_t (line 493) | typedef struct type floor_e (line 537) | typedef enum type stair_e (line 575) | typedef enum type floormove_t (line 584) | typedef struct type result_e (line 602) | typedef enum FILE: linuxdoom-1.10/p_switch.c function P_InitSwitchList (line 107) | void P_InitSwitchList(void) function P_StartButton (line 154) | void function P_ChangeSwitchTexture (line 200) | void function boolean (line 275) | boolean FILE: linuxdoom-1.10/p_telept.c function EV_Teleport (line 47) | int FILE: linuxdoom-1.10/p_tick.c function P_InitThinkers (line 53) | void P_InitThinkers (void) function P_AddThinker (line 65) | void P_AddThinker (thinker_t* thinker) function P_RemoveThinker (line 80) | void P_RemoveThinker (thinker_t* thinker) function P_AllocateThinker (line 92) | void P_AllocateThinker (thinker_t* thinker) function P_RunThinkers (line 101) | void P_RunThinkers (void) function P_Ticker (line 130) | void P_Ticker (void) FILE: linuxdoom-1.10/p_user.c function P_Thrust (line 58) | void function P_CalcHeight (line 77) | void P_CalcHeight (player_t* player) function P_MovePlayer (line 148) | void P_MovePlayer (player_t* player) function P_DeathThink (line 182) | void P_DeathThink (player_t* player) function P_PlayerThink (line 236) | void P_PlayerThink (player_t* player) FILE: linuxdoom-1.10/r_bsp.c function R_ClearDrawSegs (line 68) | void R_ClearDrawSegs (void) type cliprange_t (line 80) | typedef struct function R_ClipSolidWallSegment (line 103) | void function R_ClipPassWallSegment (line 196) | void function R_ClearClipSegs (line 245) | void R_ClearClipSegs (void) function R_AddLine (line 259) | void R_AddLine (seg_t* line) function boolean (line 381) | boolean R_CheckBBox (fixed_t* bspcoord) function R_Subsector (line 497) | void R_Subsector (int num) function R_RenderBSPNode (line 552) | void R_RenderBSPNode (int bspnum) FILE: linuxdoom-1.10/r_data.c type mappatch_t (line 69) | typedef struct type maptexture_t (line 84) | typedef struct type texpatch_t (line 99) | typedef struct type texture_t (line 113) | typedef struct function R_DrawColumnInCache (line 184) | void function R_GenerateComposite (line 228) | void R_GenerateComposite (int texnum) function R_GenerateLookup (line 296) | void R_GenerateLookup (int texnum) function byte (line 382) | byte* function R_InitTextures (line 411) | void R_InitTextures (void) function R_InitFlats (line 581) | void R_InitFlats (void) function R_InitSpriteLumps (line 603) | void R_InitSpriteLumps (void) function R_InitColormaps (line 633) | void R_InitColormaps (void) function R_InitData (line 654) | void R_InitData (void) function R_FlatNumForName (line 672) | int R_FlatNumForName (char* name) function R_CheckTextureNumForName (line 696) | int R_CheckTextureNumForName (char *name) function R_TextureNumForName (line 718) | int R_TextureNumForName (char* name) function R_PrecacheLevel (line 743) | void R_PrecacheLevel (void) FILE: linuxdoom-1.10/r_defs.h type vertex_t (line 71) | typedef struct type line_s (line 80) | struct line_s type degenmobj_t (line 88) | typedef struct type sector_t (line 101) | typedef struct type side_t (line 144) | typedef struct type slopetype_t (line 168) | typedef enum type line_t (line 179) | typedef struct line_s type subsector_t (line 227) | typedef struct subsector_s type seg_t (line 240) | typedef struct type node_t (line 265) | typedef struct type post_t (line 285) | typedef struct type post_t (line 292) | typedef post_t column_t; type byte (line 314) | typedef byte lighttable_t; type drawseg_t (line 322) | typedef struct drawseg_s type patch_t (line 356) | typedef struct type vissprite_t (line 375) | typedef struct vissprite_s type spriteframe_t (line 427) | typedef struct type spritedef_t (line 448) | typedef struct type visplane_t (line 460) | typedef struct FILE: linuxdoom-1.10/r_draw.c function R_DrawColumn (line 105) | void R_DrawColumn (void) function R_DrawColumn (line 155) | void R_DrawColumn (void) function R_DrawColumnLow (line 211) | void R_DrawColumnLow (void) function R_DrawFuzzColumn (line 285) | void R_DrawFuzzColumn (void) function R_DrawTranslatedColumn (line 385) | void R_DrawTranslatedColumn (void) function R_InitTranslationTables (line 459) | void R_InitTranslationTables (void) function R_DrawSpan (line 520) | void R_DrawSpan (void) function R_DrawSpan (line 570) | void R_DrawSpan (void) function R_DrawSpanLow (line 643) | void R_DrawSpanLow (void) function R_InitBuffer (line 695) | void function R_FillBackScreen (line 731) | void R_FillBackScreen (void) function R_VideoErase (line 817) | void function R_DrawViewBorder (line 843) | void R_DrawViewBorder (void) FILE: linuxdoom-1.10/r_main.c function R_AddPointToBox (line 138) | void function R_PointOnSide (line 161) | int function R_PointOnSegSide (line 214) | int function angle_t (line 291) | angle_t function angle_t (line 377) | angle_t function fixed_t (line 391) | fixed_t function R_InitPointToAngle (line 426) | void R_InitPointToAngle (void) function fixed_t (line 453) | fixed_t R_ScaleFromGlobalAngle (angle_t visangle) function R_InitTables (line 509) | void R_InitTables (void) function R_InitTextureMapping (line 544) | void R_InitTextureMapping (void) function R_InitLightTables (line 614) | void R_InitLightTables (void) function R_SetViewSize (line 657) | void function R_ExecuteSetViewSize (line 671) | void R_ExecuteSetViewSize (void) function R_Init (line 773) | void R_Init (void) function subsector_t (line 800) | subsector_t* function R_SetupFrame (line 830) | void R_SetupFrame (player_t* player) function R_RenderPlayerView (line 870) | void R_RenderPlayerView (player_t* player) FILE: linuxdoom-1.10/r_plane.c function R_InitPlanes (line 101) | void R_InitPlanes (void) function R_MapPlane (line 120) | void function R_ClearPlanes (line 185) | void R_ClearPlanes (void) function visplane_t (line 217) | visplane_t* function visplane_t (line 265) | visplane_t* function R_MakeSpans (line 330) | void function R_DrawPlanes (line 367) | void R_DrawPlanes (void) FILE: linuxdoom-1.10/r_segs.c function R_RenderMaskedSegRange (line 102) | void function R_RenderSegLoop (line 206) | void R_RenderSegLoop (void) function R_StoreWallRange (line 374) | void FILE: linuxdoom-1.10/r_sky.c function R_InitSkyMap (line 57) | void R_InitSkyMap (void) FILE: linuxdoom-1.10/r_things.c type maskdraw_t (line 54) | typedef struct function R_InstallSpriteLump (line 105) | void function R_InitSpriteDefs (line 177) | void R_InitSpriteDefs (char** namelist) function R_InitSprites (line 299) | void R_InitSprites (char** namelist) function R_ClearSprites (line 317) | void R_ClearSprites (void) function vissprite_t (line 328) | vissprite_t* R_NewVisSprite (void) function R_DrawMaskedColumn (line 351) | void R_DrawMaskedColumn (column_t* column) function R_DrawVisSprite (line 396) | void function R_ProjectSprite (line 452) | void R_ProjectSprite (mobj_t* thing) function R_AddSprites (line 613) | void R_AddSprites (sector_t* sec) function R_DrawPSprite (line 646) | void R_DrawPSprite (pspdef_t* psp) function R_DrawPlayerSprites (line 746) | void R_DrawPlayerSprites (void) function R_SortVisSprites (line 787) | void R_SortVisSprites (void) function R_DrawSprite (line 842) | void R_DrawSprite (vissprite_t* spr) function R_DrawMasked (line 958) | void R_DrawMasked (void) FILE: linuxdoom-1.10/s_sound.c type channel_t (line 93) | typedef struct function S_Init (line 161) | void S_Init function S_Start (line 202) | void S_Start(void) function S_StartSoundAtVolume (line 254) | void function S_StartSound (line 397) | void function S_StopSound (line 471) | void S_StopSound(void *origin) function S_PauseSound (line 497) | void S_PauseSound(void) function S_ResumeSound (line 506) | void S_ResumeSound(void) function S_UpdateSounds (line 519) | void S_UpdateSounds(void* listener_p) function S_SetMusicVolume (line 616) | void S_SetMusicVolume(int volume) function S_SetSfxVolume (line 631) | void S_SetSfxVolume(int volume) function S_StartMusic (line 644) | void S_StartMusic(int m_id) function S_ChangeMusic (line 649) | void function S_StopMusic (line 689) | void S_StopMusic(void) function S_StopChannel (line 708) | void S_StopChannel(int cnum) function S_AdjustSoundParams (line 752) | int function S_getChannel (line 827) | int FILE: linuxdoom-1.10/sounds.h type sfxinfo_t (line 30) | typedef struct sfxinfo_struct sfxinfo_t; type sfxinfo_struct (line 32) | struct sfxinfo_struct type musicinfo_t (line 70) | typedef struct type musicenum_t (line 99) | typedef enum type sfxenum_t (line 177) | typedef enum FILE: linuxdoom-1.10/st_lib.c function STlib_init (line 58) | void STlib_init(void) function STlib_initNum (line 65) | void function STlib_drawNum (line 90) | void function STlib_updateNum (line 152) | void function STlib_initPercent (line 162) | void function STlib_updatePercent (line 179) | void function STlib_initMultIcon (line 192) | void function STlib_updateMultIcon (line 211) | void function STlib_initBinIcon (line 244) | void function STlib_updateBinIcon (line 263) | void FILE: linuxdoom-1.10/st_lib.h type st_number_t (line 44) | typedef struct type st_percent_t (line 76) | typedef struct type st_multicon_t (line 89) | typedef struct type st_binicon_t (line 118) | typedef struct FILE: linuxdoom-1.10/st_stuff.c function ST_refreshBackground (line 499) | void ST_refreshBackground(void) function boolean (line 517) | boolean function ST_calcPainOffset (line 729) | int ST_calcPainOffset(void) function ST_updateFaceWidget (line 752) | void ST_updateFaceWidget(void) function ST_updateWidgets (line 924) | void ST_updateWidgets(void) function ST_Ticker (line 988) | void ST_Ticker (void) function ST_doPaletteStuff (line 1000) | void ST_doPaletteStuff(void) function ST_drawWidgets (line 1054) | void ST_drawWidgets(boolean refresh) function ST_doRefresh (line 1089) | void ST_doRefresh(void) function ST_diffDraw (line 1102) | void ST_diffDraw(void) function ST_Drawer (line 1108) | void ST_Drawer (boolean fullscreen, boolean refresh) function ST_loadGraphics (line 1124) | void ST_loadGraphics(void) function ST_loadData (line 1201) | void ST_loadData(void) function ST_unloadGraphics (line 1207) | void ST_unloadGraphics(void) function ST_unloadData (line 1244) | void ST_unloadData(void) function ST_initData (line 1249) | void ST_initData(void) function ST_createWidgets (line 1282) | void ST_createWidgets(void) function ST_Start (line 1444) | void ST_Start (void) function ST_Stop (line 1456) | void ST_Stop (void) function ST_Init (line 1466) | void ST_Init (void) FILE: linuxdoom-1.10/st_stuff.h type st_stateenum_t (line 59) | typedef enum type st_chatstateenum_t (line 68) | typedef enum FILE: linuxdoom-1.10/tables.c function SlopeDiv (line 49) | int FILE: linuxdoom-1.10/tables.h type angle_t (line 78) | typedef unsigned angle_t; FILE: linuxdoom-1.10/v_video.c function V_MarkRect (line 142) | void function V_CopyRect (line 157) | void function V_DrawPatch (line 203) | void function V_DrawPatchFlipped (line 270) | void function V_DrawPatchDirect (line 336) | void function V_DrawBlock (line 404) | void function V_GetBlock (line 444) | void function V_Init (line 482) | void V_Init (void) FILE: linuxdoom-1.10/w_wad.c function strupr (line 69) | void strupr (char* s) function filelength (line 74) | int filelength (int handle) function ExtractFileBase (line 85) | void function W_AddFile (line 141) | void W_AddFile (char *filename) function W_Reload (line 236) | void W_Reload (void) function W_InitMultipleFiles (line 292) | void W_InitMultipleFiles (char** filenames) function W_InitFile (line 325) | void W_InitFile (char* filename) function W_NumLumps (line 339) | int W_NumLumps (void) function W_CheckNumForName (line 351) | int W_CheckNumForName (char* name) function W_GetNumForName (line 399) | int W_GetNumForName (char* name) function W_LumpLength (line 416) | int W_LumpLength (int lump) function W_ReadLump (line 431) | void function W_Profile (line 522) | void W_Profile (void) FILE: linuxdoom-1.10/w_wad.h type wadinfo_t (line 35) | typedef struct type filelump_t (line 45) | typedef struct type lumpinfo_t (line 56) | typedef struct FILE: linuxdoom-1.10/wi_stuff.c type animenum_t (line 114) | typedef enum type point_t (line 122) | typedef struct type anim_t (line 134) | typedef struct function WI_slamBackground (line 406) | void WI_slamBackground(void) function boolean (line 414) | boolean WI_Responder(event_t* ev) function WI_drawLF (line 421) | void WI_drawLF(void) function WI_drawEL (line 439) | void WI_drawEL(void) function WI_drawOnLnode (line 455) | void function WI_initAnimatedBack (line 503) | void WI_initAnimatedBack(void) function WI_updateAnimatedBack (line 532) | void WI_updateAnimatedBack(void) function WI_drawAnimatedBack (line 583) | void WI_drawAnimatedBack(void) function WI_drawNum (line 611) | int function WI_drawPercent (line 668) | void function WI_drawTime (line 687) | void function WI_End (line 724) | void WI_End(void) function WI_initNoState (line 730) | void WI_initNoState(void) function WI_updateNoState (line 737) | void WI_updateNoState(void) { function WI_initShowNextLoc (line 752) | void WI_initShowNextLoc(void) function WI_updateShowNextLoc (line 761) | void WI_updateShowNextLoc(void) function WI_drawShowNextLoc (line 771) | void WI_drawShowNextLoc(void) function WI_drawNoState (line 812) | void WI_drawNoState(void) function WI_fragSum (line 818) | int WI_fragSum(int playernum) function WI_initDeathmatchStats (line 849) | void WI_initDeathmatchStats(void) function WI_updateDeathmatchStats (line 878) | void WI_updateDeathmatchStats(void) function WI_drawDeathmatchStats (line 981) | void WI_drawDeathmatchStats(void) function WI_initNetgameStats (line 1078) | void WI_initNetgameStats(void) function WI_updateNetgameStats (line 1106) | void WI_updateNetgameStats(void) function WI_drawNetgameStats (line 1261) | void WI_drawNetgameStats(void) function WI_initStats (line 1318) | void WI_initStats(void) function WI_updateStats (line 1330) | void WI_updateStats(void) function WI_drawStats (line 1436) | void WI_drawStats(void) function WI_checkForAccelerate (line 1470) | void WI_checkForAccelerate(void) function WI_Ticker (line 1503) | void WI_Ticker(void) function WI_loadData (line 1538) | void WI_loadData(void) function WI_unloadData (line 1708) | void WI_unloadData(void) function WI_Drawer (line 1772) | void WI_Drawer (void) function WI_initVariables (line 1796) | void WI_initVariables(wbstartstruct_t* wbstartstruct) function WI_Start (line 1838) | void WI_Start(wbstartstruct_t* wbstartstruct) FILE: linuxdoom-1.10/wi_stuff.h type stateenum_t (line 31) | typedef enum FILE: linuxdoom-1.10/z_zone.c type memzone_t (line 46) | typedef struct function Z_ClearZone (line 67) | void Z_ClearZone (memzone_t* zone) function Z_Init (line 93) | void Z_Init (void) function Z_Free (line 122) | void Z_Free (void* ptr) function Z_FreeTags (line 296) | void function Z_DumpHeap (line 326) | void function Z_FileDumpHeap (line 366) | void Z_FileDumpHeap (FILE* f) function Z_CheckHeap (line 399) | void Z_CheckHeap (void) function Z_ChangeTag2 (line 428) | void function Z_FreeMemory (line 451) | int Z_FreeMemory (void) FILE: linuxdoom-1.10/z_zone.h type memblock_t (line 58) | typedef struct memblock_s FILE: sersrc/DOOMNET.C function CheckParm (line 35) | int CheckParm (char *check) function LaunchDOOM (line 65) | void LaunchDOOM (void) FILE: sersrc/DOOMNET.H type doomcom_t (line 21) | typedef struct FILE: sersrc/PORT.C type SREGS (line 15) | struct SREGS function GetUart (line 43) | void GetUart (void) function InitPort (line 103) | void InitPort (void) function ShutdownPort (line 233) | void ShutdownPort ( void ) function read_byte (line 256) | int read_byte( void ) function write_byte (line 268) | void write_byte( int c ) function isr_8250 (line 287) | void interrupt isr_8250(void) function isr_16550 (line 348) | void interrupt isr_16550(void) function jump_start (line 416) | void jump_start( void ) FILE: sersrc/SERSETUP.C function I_Error (line 28) | void I_Error(char *string) function write_buffer (line 42) | void write_buffer( char *buffer, unsigned int count ) function Error (line 68) | void Error (char *error, ...) function boolean (line 122) | boolean ReadPacket (void) function WritePacket (line 181) | void WritePacket (char *buffer, int len) function interrupt (line 212) | void interrupt NetISR (void) function Connect (line 248) | void Connect (void) function ModemCommand (line 367) | void ModemCommand (char *str) function ModemResponse (line 396) | void ModemResponse (char *resp) function ReadLine (line 440) | void ReadLine (FILE *f, char *dest) function ReadModemCfg (line 463) | void ReadModemCfg (void) function Dial (line 493) | void Dial (void) function Answer (line 519) | void Answer (void) function FindResponseFile (line 537) | void FindResponseFile (void) function main (line 614) | void main(void) FILE: sersrc/SERSETUP.H type boolean (line 20) | typedef enum {false, true} boolean; type byte (line 21) | typedef unsigned char byte; type que_t (line 86) | typedef struct FILE: sndserv/linux.c function myioctl (line 49) | void function I_InitMusic (line 67) | void I_InitMusic(void) function I_InitSound (line 71) | void function I_SubmitOutputBuffer (line 101) | void function I_ShutdownSound (line 109) | void I_ShutdownSound(void) function I_ShutdownMusic (line 116) | void I_ShutdownMusic(void) FILE: sndserv/sounds.h type musicenum_t (line 45) | typedef enum type sfxenum_t (line 123) | typedef enum FILE: sndserv/soundsrv.c type wadinfo_t (line 63) | typedef struct wadinfo_struct type filelump_t (line 73) | typedef struct filelump_struct function derror (line 136) | static void derror(char* msg) function mix (line 142) | int mix(void) function grabdata (line 303) | void type timeval (line 405) | struct timeval type timezone (line 408) | struct timezone function updatesounds (line 410) | void updatesounds(void) function addsfx (line 418) | int function outputushort (line 512) | void outputushort(int num) function initdata (line 537) | void initdata(void) function quit (line 573) | void quit(void) function main (line 587) | int FILE: sndserv/soundst.h type musicinfo_t (line 71) | typedef struct type sfxinfo_t (line 92) | typedef struct sfxinfo_struct sfxinfo_t; type sfxinfo_struct (line 94) | struct sfxinfo_struct type channel_t (line 128) | typedef struct FILE: sndserv/wadread.c type wadinfo_t (line 57) | typedef struct wadinfo_struct type filelump_t (line 65) | typedef struct filelump_struct type lumpinfo_t (line 73) | typedef struct lumpinfo_struct function SwapLONG (line 107) | unsigned long SwapLONG(unsigned long x) function SwapSHORT (line 116) | unsigned short SwapSHORT(unsigned short x) function derror (line 127) | static void derror(char* msg) function strupr (line 134) | void strupr (char *s) function filelength (line 140) | int filelength (int handle) function openwad (line 152) | void openwad(char* wadname)