Lines Matching defs:maxoffs
1390 if (goal->offset > np->maxoffs)
1391 goal->offset = np->maxoffs;
3965 if (ofs > np->maxoffs)
3966 {chg = 1; ofs = np->maxoffs;}
4091 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs;
4092 if (ofs > maxoffs) {
4094 ofs = maxoffs;
4333 if (tp->tgoal.offset > np->maxoffs)
4334 tp->tgoal.offset = np->maxoffs;