rpm
4.5
|
#include <rpmio/rpmmacro.h>
Data Fields | |
MacroEntry * | macroTable |
int | macrosAllocated |
int | firstFree |
The structure used to store the set of macros in a context.
Definition at line 20 of file rpmmacro.h.
int MacroContext_s::firstFree |
No. of macros.
Definition at line 24 of file rpmmacro.h.
Referenced by addMacro(), expandMacroTable(), findEntry(), freeArgs(), rpmDumpMacroTable(), rpmFreeMacros(), rpmLoadMacros(), and sortMacroTable().
int MacroContext_s::macrosAllocated |
No. of allocated macros.
Definition at line 23 of file rpmmacro.h.
Referenced by addMacro(), and expandMacroTable().
MacroEntry* MacroContext_s::macroTable |
Macro entry table for context.
Definition at line 22 of file rpmmacro.h.
Referenced by addMacro(), expandMacroTable(), findEntry(), freeArgs(), rpmDumpMacroTable(), rpmFreeMacros(), rpmLoadMacros(), and sortMacroTable().