HomeSort by: relevance | last modified time | path
    Searched defs:otln (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/pr/
pr.c 125 static int otln(char *, int, int *, int *, int);
266 if (otln(obuf,cnt+off, &ips, &ops, mor))
268 } else if (otln(lbuf, cnt, &ips, &ops, mor))
534 if (offst&& otln(buf,offst,&ips,&ops,1)) {
560 if (otln(vc[tvc].pt, cnt, &ips,
570 if (otln(buf, 0, &ips, &ops, 0))
610 if (otln(ptbf, j, &ips, &ops, 0))
764 if (otln(buf, j, &ips, &ops, 0))
979 if (otln(buf, j, &ips, &ops, 0))
1122 * otln(): output a line of data. (Supports unlimited length lines
1133 otln(char *buf, int cnt, int *svips, int *svops, int mor) function in typeref:typename:int
    [all...]

Completed in 11 milliseconds