Searched refs:linesync (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppmisc.c | 216 if (pp.linesync) 223 (*pp.linesync)(error_info.line, error_info.file);
|
H A D | ppargs.c | 290 pp.linesync = 0; 491 pp.linesync = 0;
|
H A D | pplex.c | 92 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 D | ppproto.c | 338 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 D | ppcontrol.c | 281 PPLINESYNC linesync; member in union:__anon2350 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 D | ppinput.c | 225 if (pp.linesync) 226 (*pp.linesync)(error_info.line, error_info.file);
|
H A D | ppop.c | 989 pplinesync = pp.linesync; 990 pp.linesync = 0; 996 pp.linesync = pplinesync; 1076 pp.linesync = 0; 1215 pp.linesync = va_arg(ap, PPLINESYNC);
|
H A D | pplib.h | 335 PPLINESYNC linesync; /* pass along line sync info */ \ 336 PPLINESYNC olinesync; /* original linesync value */ \
|
Completed in 50 milliseconds