Lines Matching refs:ptbf
324 char *ptbf; in vertcol() local
403 ptbf = buf + lindy[j]; in vertcol()
404 (void)memset(ptbf, (int)' ', offst); in vertcol()
405 ptbf += offst; in vertcol()
407 ptbf = buf + indy[j]; in vertcol()
408 lstdat[j] = ptbf; in vertcol()
451 ptbf = buf + indy[j]; in vertcol()
452 lstdat[j] = ptbf; in vertcol()
454 ptbf = lstdat[j]; in vertcol()
455 vc[cvc].pt = ptbf; in vertcol()
461 addnum(ptbf, nmwd, ++lncnt); in vertcol()
462 ptbf += nmwd; in vertcol()
463 *ptbf++ = nmchar; in vertcol()
469 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol()
473 ptbf += cnt; in vertcol()
483 *ptbf++ = schar; in vertcol()
485 (void)memset(ptbf, in vertcol()
487 ptbf += pln; in vertcol()
493 lstdat[j] = ptbf; in vertcol()
607 ptbf = buf + lindy[i]; in vertcol()
608 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()
610 if (otln(ptbf, j, &ips, &ops, 0)) in vertcol()
653 char *ptbf; in horzcol() local
707 ptbf = buf + offst; in horzcol()
708 lstdat = ptbf; in horzcol()
718 addnum(ptbf, nmwd, ++lncnt); in horzcol()
719 ptbf += nmwd; in horzcol()
720 *ptbf++ = nmchar; in horzcol()
725 if ((cnt = inln(inf,ptbf,colwd,&cps,1, in horzcol()
728 ptbf += cnt; in horzcol()
729 lstdat = ptbf; in horzcol()
741 *ptbf++ = schar; in horzcol()
743 (void)memset(ptbf,(int)' ',pln); in horzcol()
744 ptbf += pln; in horzcol()
805 char *ptbf; in mulfile() local
904 ptbf = buf + offst; in mulfile()
905 lstdat = ptbf; in mulfile()
910 addnum(ptbf, nmwd, ++lncnt); in mulfile()
911 ptbf += nmwd; in mulfile()
912 *ptbf++ = nmchar; in mulfile()
926 } else if ((cnt = inln(fbuf[j], ptbf, colwd, in mulfile()
940 ptbf += cnt; in mulfile()
941 lstdat = ptbf; in mulfile()
955 *ptbf++ = schar; in mulfile()
957 (void)memset(ptbf, (int)' ', pln); in mulfile()
958 ptbf += pln; in mulfile()