Lines Matching refs:ips
182 int ips; in onecol() local
248 ips = 0; in onecol()
272 if (otln(obuf,cnt+off, &ips, &ops, mor)) in onecol()
274 } else if (otln(lbuf, cnt, &ips, &ops, mor)) in onecol()
291 ips = 0; in onecol()
352 int ips = 0; in vertcol() local
547 ips = 0; in vertcol()
550 otln(buf,offst,&ips,&ops,1)) in vertcol()
574 if (otln(vc[tvc].pt, cnt, &ips, in vertcol()
584 if (otln(buf, 0, &ips, &ops, 0)) in vertcol()
619 if (otln(ptbf, j, &ips, &ops, 0)) in vertcol()
672 int ips = 0; in horzcol() local
770 if (otln(buf, j, &ips, &ops, 0)) in horzcol()
824 int ips = 0; in mulfile() local
985 if (otln(buf, j, &ips, &ops, 0)) in mulfile()
1134 int ips; /* last col in buf examined */ in otln() local
1145 ips = *svips; in otln()
1151 ++ips; in otln()
1160 ips += gap - (ips % gap); in otln()
1168 while (ips - ops > 1) { in otln()
1172 if ((tbps = ops + gap - (ops % gap)) > ips) in otln()
1181 while (ops < ips) { in otln()
1199 ++ips; in otln()
1208 *svips = ips; in otln()
1213 while (ips - ops > 1) { in otln()
1217 if ((tbps = ops + gap - (ops % gap)) > ips) in otln()
1225 while (ops < ips) { in otln()
1455 int ips = 0; in prhead() local
1474 if (offst && otln(buf, offst, &ips, &ops, -1)) in prhead()