Home
last modified time | relevance | path

Searched refs:LastEntryPtr (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dconfigfile.cpp339 CurrentSection->LastEntryPtr = &CurrentSection->RootEntry; in ClearCurrentSection()
404 if (CurrentSection->LastEntryPtr == &probe->Next) in ClearKey()
406 CurrentSection->LastEntryPtr = prober; in ClearKey()
563 section->LastEntryPtr = &section->RootEntry; in NewConfigSection()
590 *(section->LastEntryPtr) = entry; in NewConfigEntry()
591 section->LastEntryPtr = &entry->Next; in NewConfigEntry()
H A Dconfigfile.h99 FConfigEntry **LastEntryPtr; member