Lines Matching refs:linesync
281 PPLINESYNC linesync;
328 goto linesync;
1461 linesync:
1544 if (pp.linesync)
1558 (*pp.linesync)(error_info.line, error_info.file);
1823 if (pp.linesync) pp.olinesync = pp.linesync;
1824 pp.linesync = i0 ? pp.olinesync : (PPLINESYNC)0;
2096 if (pp.linesync && !n)
2097 (*pp.linesync)(error_info.line, error_info.file);
2254 else if (pp.linesync && pp.macref)
2257 (*pp.linesync)(error_info.line, ppgetfile(pp.path)->name);