Searched defs:linesync (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c281 PPLINESYNC linesync; member in union:__anon3783
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_inf
[all...]
H A Dppproto.c338 linesync(register struct proto* proto, register char* p, register long n) function
913 op = linesync(proto, op, proto->line);
1267 op = linesync(proto, op, proto->line);
1285 op = linesync(proto, op, proto->line);
1300 op = linesync(proto, op, proto->line);
1608 op = linesync(proto, op, proto->line = line);
2090 op = linesync(proto, op, proto->line);
2359 proto->op = linesync(proto, proto->op, 1);
2423 proto->op = linesync(proto, proto->op, proto->line);

Completed in 157 milliseconds