Home | History | Annotate | Download | only in libacc

Lines Matching full:macro

3921         tokenid_t name; // Name of the current macro we are expanding
3922 char* dptr; // point to macro text during macro playback
3923 int dch; // Saves old value of ch during a macro playback
3928 int macroLevel; // -1 means not playing any macro.
4131 // last token in the macro is a macro that's already being expanded.
4139 macroState[macroLevel].dptr = NULL; // This macro's done
4392 // Is this a macro?
4395 // Yes, it is a macro
4397 printf("Expanding macro %s -> %s",
4401 error("Too many levels of macro recursion.");