Searched defs:ppmacstk (Results 1 – 2 of 2) sorted by relevance
188 struct ppmacstk /* macro invocation stack frame */ struct190 struct ppmacstk* next; /* next frame (for allocation) */ argument191 struct ppmacstk* prev; /* previous frame */ argument192 int line; /* line number of first arg */193 char* arg[1]; /* arg text pointers */
269 struct ppmacstk struct271 struct ppmacstk* next; argument272 struct ppmacstk* prev; argument273 int line; 274 char* arg[1];