Searched refs:PPLINESYNC (Results 1 – 4 of 4) sorted by relevance
133 typedef void (*PPLINESYNC)(int, const char*); typedef335 PPLINESYNC linesync; /* pass along line sync info */ \336 PPLINESYNC olinesync; /* original linesync value */ \
414 ppop(PP_LINE, (PPLINESYNC)0); in ppargs()
346 PPLINESYNC pplinesync; in ppop()1215 pp.linesync = va_arg(ap, PPLINESYNC); in ppop()
281 PPLINESYNC linesync; in ppcontrol()1824 pp.linesync = i0 ? pp.olinesync : (PPLINESYNC)0; in ppcontrol()