Lines Matching refs:ips
184 int ips; in onecol() local
250 ips = 0; in onecol()
274 if (otln(obuf,cnt+off, &ips, &ops, mor)) in onecol()
276 } else if (otln(lbuf, cnt, &ips, &ops, mor)) in onecol()
293 ips = 0; in onecol()
354 int ips = 0; in vertcol() local
549 ips = 0; in vertcol()
552 otln(buf,offst,&ips,&ops,1)) in vertcol()
576 if (otln(vc[tvc].pt, cnt, &ips, in vertcol()
586 if (otln(buf, 0, &ips, &ops, 0)) in vertcol()
621 if (otln(ptbf, j, &ips, &ops, 0)) in vertcol()
674 int ips = 0; in horzcol() local
772 if (otln(buf, j, &ips, &ops, 0)) in horzcol()
826 int ips = 0; in mulfile() local
987 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()
1457 int ips = 0; in prhead() local
1476 if (offst && otln(buf, offst, &ips, &ops, -1)) in prhead()