rpm  5.4.14
Data Fields
MacroBuf_s Struct Reference

Macro expansion state. More...

Data Fields

const char * s
 
char * t
 
size_t nb
 
int depth
 
int macro_trace
 
int expand_trace
 
voidspec
 
MacroContext mc
 

Detailed Description

Macro expansion state.

Definition at line 133 of file macro.c.

Field Documentation

int MacroBuf_s::depth

Current expansion depth.

Definition at line 139 of file macro.c.

Referenced by expandMacros(), grabArgs(), if(), and while().

int MacroBuf_s::expand_trace

Post-print macro expansion?

Definition at line 141 of file macro.c.

Referenced by expandMacros(), if(), and while().

int MacroBuf_s::macro_trace

Pre-print macro to expand?

Definition at line 140 of file macro.c.

Referenced by expandMacros(), and while().

MacroContext MacroBuf_s::mc

Definition at line 145 of file macro.c.

Referenced by expandMacros(), grabArgs(), rpmDefineMacro(), and while().

size_t MacroBuf_s::nb

No. bytes remaining in expansion buffer.

Definition at line 138 of file macro.c.

Referenced by expandMacros(), and while().

const char* MacroBuf_s::s

Text to expand.

Definition at line 135 of file macro.c.

Referenced by expandMacros(), and while().

void* MacroBuf_s::spec

(future) file expansion info?.

Definition at line 143 of file macro.c.

Referenced by expandMacros().

char* MacroBuf_s::t

Expansion buffer.

Definition at line 137 of file macro.c.

Referenced by expandMacros(), and while().


The documentation for this struct was generated from the following file: