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

/ast/src/lib/libpp/
H A Dppmisc.c216 if (pp.linesync)
223 (*pp.linesync)(error_info.line, error_info.file);
H A Dppargs.c290 pp.linesync = 0;
491 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 Dppcontrol.c281 PPLINESYNC linesync; member in union:__anon362
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.c368 linesync(register Proto_t* proto, register char* p, register long n) function
943 op = linesync(proto, op, proto->line);
1297 op = linesync(proto, op, proto->line);
1315 op = linesync(proto, op, proto->line);
1330 op = linesync(proto, op, proto->line);
1638 op = linesync(proto, op, proto->line = line);
2133 op = linesync(proto, op, proto->line);
2417 proto->op = linesync(proto, proto->op, 1);
2481 proto->op = linesync(proto, proto->op, proto->line);
H A Dppinput.c220 if (pp.linesync)
221 (*pp.linesync)(error_info.line, error_info.file);
H A Dppop.c1025 pplinesync = pp.linesync;
1026 pp.linesync = 0;
1032 pp.linesync = pplinesync;
1112 pp.linesync = 0;
1252 pp.linesync = va_arg(ap, PPLINESYNC);
H A Dpplib.h337 PPLINESYNC linesync; /* pass along line sync info */ \
338 PPLINESYNC olinesync; /* original linesync value */ \
/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 in struct:ppglobals
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;){
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...]

Completed in 45 milliseconds