Home
last modified time | relevance | path

Searched refs:pptuple (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libpp/common/
H A Dpplib.h214 struct pptuple /* tuple macro */ struct
216 struct pptuple* nomatch; /* nomatch tuple */ argument
217 struct pptuple* match; /* match tuple */ argument
348 struct pptuple* tuple; /* tuple macro */ \
359 struct pptuple* tuple; /* tuple macro */ \
H A Dppcall.c59 struct pptuple* tp; in ppcall()
H A Dppcontrol.c268 struct pptuple* rp; in ppcontrol()
269 struct pptuple* tp; in ppcontrol()
1345 if (!(tp = newof(0, struct pptuple, 1, strlen(pp.token)))) in ppcontrol()
1383 tp = newof(0, struct pptuple, 1, n); in ppcontrol()