Home
last modified time | relevance | path

Searched refs:ppmacro (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libpp/common/
H A Dpp.h365 struct ppmacro /* pp macro info */ struct
380 struct ppmacro* macro; /* macro info */ argument
H A Dppinput.c356 register struct ppmacro* mac; in dump()
479 struct ppmacro* mac; in ppload()
678 mac = sym->macro = newof(0, struct ppmacro, 1, 0); in ppload()
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 Dpplib.h183 struct ppmacro* macro; /* saved macro info */
H A Dppop.c310 struct ppmacro* mac = ((struct ppsymbol*)p)->macro; in undefine()