Data Fields | |
const char * | s |
char * | t |
size_t | nb |
int | depth |
int | macro_trace |
int | expand_trace |
void * | spec |
MacroContext | mc |
Definition at line 72 of file macro.c.
|
Current expansion depth. Definition at line 76 of file macro.c. Referenced by expandMacro(), freeArgs(), grabArgs(), printExpansion(), and printMacro(). |
|
Post-print macro expansion? Definition at line 78 of file macro.c. Referenced by expandMacro(). |
|
Pre-print macro to expand? Definition at line 77 of file macro.c. Referenced by expandMacro(). |
|
Definition at line 80 of file macro.c. Referenced by doDefine(), expandMacro(), freeArgs(), and grabArgs(). |
|
No. bytes remaining in expansion buffer. Definition at line 75 of file macro.c. Referenced by doShellEscape(), expandMacro(), and expandU(). |
|
Text to expand. Definition at line 73 of file macro.c. Referenced by expandMacro(), expandT(), and expandU(). |
|
(future) file expansion info?. |
|
Expansion buffer. Definition at line 74 of file macro.c. Referenced by expandMacro(), and expandU(). |