Searched refs:linesync (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppmisc.c216 if (pp.linesync)
223 (*pp.linesync)(error_info.line, error_info.file);
H A Dppargs.c288 pp.linesync = 0;
488 pp.linesync = 0;
H A Dpplex.c92 if (pp.linesync) \
103 (*pp.linesync)(error_info.line, error_info.file); \
520 if (pp.linesync && (cur->type != IN_RESCAN || (cur->flags & IN_sync)))
524 (*pp.linesync)(error_info.line, error_info.file);
673 if (pp.linesync)
676 (*pp.linesync)(error_info.line, error_info.file);
1369 else if ((sym->flags & SYM_MULTILINE) && pp.linesync)
1374 (*pp.linesync)(error_info.line, error_info.file);
1591 if ((sym->flags & SYM_MULTILINE) && pp.linesync)
1594 (*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);
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 Dppinput.c225 if (pp.linesync)
226 (*pp.linesync)(error_info.line, error_info.file);
H A Dppop.c989 pplinesync = pp.linesync;
990 pp.linesync = 0;
996 pp.linesync = pplinesync;
1076 pp.linesync = 0;
1215 pp.linesync = va_arg(ap, PPLINESYNC);
H A Dpplib.h335 PPLINESYNC linesync; /* pass along line sync info */ \
336 PPLINESYNC olinesync; /* original linesync value */ \

Completed in 77 milliseconds