Home
last modified time | relevance | path

Searched refs:ppmacro (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c264 struct ppmacro* macro;
338 struct ppmacro struct
353 struct ppmacro* macro; argument
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h365 struct ppmacro /* pp macro info */ struct
380 struct ppmacro* macro; /* macro info */ argument
H A Dppcall.c46 register struct ppmacro* mac; in ppcall()
H A Dppcontrol.c177 if (!sym->macro) sym->macro = newof(0, struct ppmacro, 1, 0); in macsym()
260 register struct ppmacro* mac; in ppcontrol()
303 static struct ppmacro old; in ppcontrol()
H A Dppinput.c351 register struct ppmacro* mac; in dump()
474 struct ppmacro* mac; in ppload()
673 mac = sym->macro = newof(0, struct ppmacro, 1, 0); in ppload()
H A Dpplib.h183 struct ppmacro* macro; /* saved macro info */
H A Dppop.c316 struct ppmacro* mac = ((struct ppsymbol*)p)->macro; in undefine()