Home
last modified time | relevance | path

Searched refs:otln (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/pr/
H A Dpr.c259 if (otln(obuf,cnt+off, &ips, &ops, mor)) in onecol()
261 } else if (otln(lbuf, cnt, &ips, &ops, mor)) in onecol()
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()
757 if (otln(buf, j, &ips, &ops, 0)) in horzcol()
972 if (otln(buf, j, &ips, &ops, 0)) in mulfile()
1118 otln(char *buf, int cnt, int *svips, int *svops, int mor) in otln() function
1461 if (offst && otln(buf, offst, &ips, &ops, -1)) in prhead()
H A Dextern.h55 int otln(char *, int, int *, int *, int);