CWB
|
the macro replacement string is stored as a sequence of segments: More...
the macro replacement string is stored as a sequence of segments:
literal text ... string = "...", arg = -1 argument ... string = NULL, arg = 0 .. 9 pseudo arg ... string = NULL, arg = -1
int arg |
Referenced by define_macro(), expand_macro(), MacroAddSegment(), and print_macro_definition().
struct _MacroSegment* next |
Referenced by expand_macro(), MacroAddSegment(), MacroHashDelete(), and print_macro_definition().
char* string |
Referenced by define_macro(), expand_macro(), MacroAddSegment(), MacroHashDelete(), and print_macro_definition().