Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dconfigfile.h95 struct FConfigSection struct
100 FConfigSection *Next; argument
105 FConfigSection *Sections; argument
106 FConfigSection **LastSectionPtr;
107 FConfigSection *CurrentSection;
111 FConfigSection *FindSection (const char *name) const;
112 FConfigEntry *FindEntry (FConfigSection *section, const char *key) const;
113 FConfigSection *NewConfigSection (const char *name);
114 FConfigEntry *NewConfigEntry (FConfigSection *section, const char *key, const char *value);
116 void SetSectionNote (FConfigSection *section, const char *note);
[all …]
H A Dconfigfile.cpp105 FConfigSection *section = Sections; in ~FConfigFile()
109 FConfigSection *nextsection = section->Next; in ~FConfigFile()
132 FConfigSection *fromsection, *tosection; in operator =()
164 FConfigSection *next = CurrentSection->Next; in ClearConfig()
214 FConfigSection **prevsec = &Sections; in MoveSectionToStart()
357 FConfigSection *sec; in DeleteCurrentSection()
505 FConfigSection *section = Sections; in FindSection()
556 FConfigSection *section; in NewConfigSection()
561 section = new FConfigSection; in NewConfigSection()
627 FConfigSection *section = NULL; in ReadConfig()
[all …]