Home
last modified time | relevance | path

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

/titanic_51/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
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
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_inf in ppcontrol()
[all...]
H A Dppargs.c290 pp.linesync = 0; in ppargs()
491 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_inf in ppcpp()
[all...]
H A Dppproto.c370 linesync(register Proto_t* proto, register char* p, register long n) in linesync() function
945 op = linesync(proto, op, proto->line); in lex()
1299 op = linesync(proto, op, proto->line); in lex()
1317 op = linesync(proto, op, proto->line); in lex()
1332 op = linesync(proto, op, proto->line); in lex()
1640 op = linesync(proto, op, proto->line = line); in lex()
2135 op = linesync(proto, op, proto->line); in lex()
2419 proto->op = linesync(proto, proto->op, 1); in pppopen()
2483 proto->op = linesync(proto, proto->op, proto->line); in pppopen()
H A Dppop.c1025 pplinesync = pp.linesync; in ppop()
1026 pp.linesync = 0; in ppop()
1032 pp.linesync = pplinesync; in ppop()
1112 pp.linesync = 0; in ppop()
1252 pp.linesync = va_arg(ap, PPLINESYNC); in ppop()
H A Dppinput.c220 if (pp.linesync) in pppush()
221 (*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.h337 PPLINESYNC linesync; /* pass along line sync info */ \
338 PPLINESYNC olinesync; /* original linesync value */ \
H A DRELEASE345 pp:noline turns off linesync, pp:line restores it
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member
2662 linesync __PARAM__((register Proto_t* proto, register char* p, register long n), (proto, p, n)) __OTORP__(register Proto_t* proto; register char* p; register long n;){ in __OTORP__()
3209 op = linesync(proto, op, proto->line);
3563 op = linesync(proto, op, proto->line);
3581 op = linesync(proto, op, proto->line);
3596 op = linesync(proto, op, proto->line);
3904 op = linesync(proto, op, proto->line = line);
4399 op = linesync(proto, op, proto->line);
4661 proto->op = linesync(proto, proto->op, 1);
4725 proto->op = linesync(prot
[all...]