Lines Matching defs:ips
177 int ips;
239 ips = 0;
266 if (otln(obuf,cnt+off, &ips, &ops, mor))
268 } else if (otln(lbuf, cnt, &ips, &ops, mor))
285 ips = 0;
349 int ips = 0;
532 ips = 0;
534 if (offst&& otln(buf,offst,&ips,&ops,1)) {
560 if (otln(vc[tvc].pt, cnt, &ips,
570 if (otln(buf, 0, &ips, &ops, 0))
610 if (otln(ptbf, j, &ips, &ops, 0))
667 int ips = 0;
764 if (otln(buf, j, &ips, &ops, 0))
821 int ips = 0;
979 if (otln(buf, j, &ips, &ops, 0))
1136 int ips; /* last col in buf examined */
1147 ips = *svips;
1153 ++ips;
1162 ips += gap - (ips % gap);
1170 while (ips - ops > 1) {
1174 if ((tbps = ops + gap - (ops % gap)) > ips)
1183 while (ops < ips) {
1201 ++ips;
1210 *svips = ips;
1215 while (ips - ops > 1) {
1219 if ((tbps = ops + gap - (ops % gap)) > ips)
1227 while (ops < ips) {
1487 int ips = 0;
1506 if (offst && otln(buf, offst, &ips, &ops, -1))