Home
last modified time | relevance | path

Searched refs:PPINCREF (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libpp/common/
H A Dpplib.h132 typedef void (*PPINCREF)(const char*, const char*, int, int); typedef
334 PPINCREF incref; /* include file push/return */ \
H A Dppop.c641 pp.incref = va_arg(ap, PPINCREF); in ppop()