Searched refs:ppmacstk (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h188 struct ppmacstk /* macro invocation stack frame */ struct
190 struct ppmacstk* next; /* next frame (for allocation) */
191 struct ppmacstk* prev; /* previous frame */
319 struct ppmacstk* macp; /* top of macro actual stack */ \
447 #define nextframe(m,p) (m->next=m+(p-(char*)m+sizeof(struct ppmacstk)-1)/sizeof(struct ppmacstk)+1)
H A Dppcall.c56 struct ppmacstk* mp;
H A Dppinput.c290 struct ppmacstk* nextmacp;
H A Dppop.c686 pp.macp = newof(0, struct ppmacstk, DEFMACSTACK, 0);

Completed in 66 milliseconds