Home
last modified time | relevance | path

Searched defs:ppmacstk (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h188 struct ppmacstk /* macro invocation stack frame */ struct
190 struct ppmacstk* next; /* next frame (for allocation) */ argument
191 struct ppmacstk* prev; /* previous frame */ argument
192 int line; /* line number of first arg */
193 char* arg[1]; /* arg text pointers */
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c269 struct ppmacstk struct
271 struct ppmacstk* next; argument
272 struct ppmacstk* prev; argument
273 int line;
274 char* arg[1];