Home
last modified time | relevance | path

Searched refs:linesync (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/lib/libpp/common/
H A Dppmisc.c216 if (pp.linesync) in ppsync()
223 (*pp.linesync)(error_info.line, error_info.file); in ppsync()
H A Dppcontrol.c281 PPLINESYNC linesync; in ppcontrol() member
328 goto linesync; in ppcontrol()
1461 linesync: in ppcontrol()
1544 if (pp.linesync) in ppcontrol()
1558 (*pp.linesync)(error_info.line, error_info.file); in ppcontrol()
1823 if (pp.linesync) pp.olinesync = pp.linesync; in ppcontrol()
1824 pp.linesync = i0 ? pp.olinesync : (PPLINESYNC)0; in ppcontrol()
2096 if (pp.linesync && !n) in ppcontrol()
2097 (*pp.linesync)(error_info.line, error_info.file); in ppcontrol()
2254 else if (pp.linesync && pp.macref) in ppcontrol()
[all …]
H A Dppargs.c288 pp.linesync = 0; in ppargs()
488 pp.linesync = 0; in ppargs()
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))) in ppcpp()
524 (*pp.linesync)(error_info.line, error_info.file); in ppcpp()
673 if (pp.linesync) in ppcpp()
676 (*pp.linesync)(error_info.line, error_info.file); in ppcpp()
1369 else if ((sym->flags & SYM_MULTILINE) && pp.linesync) in ppcpp()
1374 (*pp.linesync)(error_info.line, error_info.file); in ppcpp()
1591 if ((sym->flags & SYM_MULTILINE) && pp.linesync) in ppcpp()
1594 (*pp.linesync)(error_info.line, error_info.file); in ppcpp()
H A Dppproto.c338 linesync(register struct proto* proto, register char* p, register long n) in linesync() function
913 op = linesync(proto, op, proto->line); in lex()
1267 op = linesync(proto, op, proto->line); in lex()
1285 op = linesync(proto, op, proto->line); in lex()
1300 op = linesync(proto, op, proto->line); in lex()
1608 op = linesync(proto, op, proto->line = line); in lex()
2090 op = linesync(proto, op, proto->line); in lex()
2359 proto->op = linesync(proto, proto->op, 1); in pppopen()
2423 proto->op = linesync(proto, proto->op, proto->line); in pppopen()
H A Dppop.c989 pplinesync = pp.linesync; in ppop()
990 pp.linesync = 0; in ppop()
996 pp.linesync = pplinesync; in ppop()
1076 pp.linesync = 0; in ppop()
1215 pp.linesync = va_arg(ap, PPLINESYNC); in ppop()
H A Dppinput.c225 if (pp.linesync) in pppush()
226 (*pp.linesync)(error_info.line, error_info.file); in pppush()
H A DHISTORY125 08/19/87 fix pp.linesync==0 && PASSTHROUGH bug that omitted '\n' after "token"
127 07/31/87 fix linesync bug for comment after #include in PASSCOMMENTS
H A Dpplib.h335 PPLINESYNC linesync; /* pass along line sync info */ \
H A DRELEASE334 pp:noline turns off linesync, pp:line restores it