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