Lines Matching full:ips
169 int ips; in onecol() local
235 ips = 0; in onecol()
259 if (otln(obuf,cnt+off, &ips, &ops, mor)) in onecol()
261 } else if (otln(lbuf, cnt, &ips, &ops, mor)) in onecol()
278 ips = 0; in onecol()
339 int ips = 0; in vertcol() local
534 ips = 0; in vertcol()
537 otln(buf,offst,&ips,&ops,1)) in vertcol()
561 if (otln(vc[tvc].pt, cnt, &ips, in vertcol()
571 if (otln(buf, 0, &ips, &ops, 0)) in vertcol()
606 if (otln(ptbf, j, &ips, &ops, 0)) in vertcol()
659 int ips = 0; in horzcol() local
757 if (otln(buf, j, &ips, &ops, 0)) in horzcol()
811 int ips = 0; in mulfile() local
972 if (otln(buf, j, &ips, &ops, 0)) in mulfile()
1121 int ips; /* last col in buf examined */ in otln() local
1132 ips = *svips; in otln()
1138 ++ips; in otln()
1147 ips += gap - (ips % gap); in otln()
1155 while (ips - ops > 1) { in otln()
1159 if ((tbps = ops + gap - (ops % gap)) > ips) in otln()
1168 while (ops < ips) { in otln()
1186 ++ips; in otln()
1195 *svips = ips; in otln()
1200 while (ips - ops > 1) { in otln()
1204 if ((tbps = ops + gap - (ops % gap)) > ips) in otln()
1212 while (ops < ips) { in otln()
1442 int ips = 0; in prhead() local
1461 if (offst && otln(buf, offst, &ips, &ops, -1)) in prhead()