Lines Matching refs:ptbf

314 	char *ptbf;  in vertcol()  local
406 ptbf = buf + lindy[j]; in vertcol()
407 (void)memset(ptbf, (int)' ', offst); in vertcol()
408 ptbf += offst; in vertcol()
410 ptbf = buf + indy[j]; in vertcol()
411 lstdat[j] = ptbf; in vertcol()
456 ptbf = buf + indy[j]; in vertcol()
457 lstdat[j] = ptbf; in vertcol()
459 ptbf = lstdat[j]; in vertcol()
460 vc[cvc].pt = ptbf; in vertcol()
466 addnum(ptbf, nmwd, ++lncnt); in vertcol()
467 ptbf += nmwd; in vertcol()
468 *ptbf++ = nmchar; in vertcol()
474 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol()
478 ptbf += cnt; in vertcol()
488 *ptbf++ = schar; in vertcol()
490 (void)memset(ptbf, in vertcol()
492 ptbf += pln; in vertcol()
498 lstdat[j] = ptbf; in vertcol()
603 ptbf = buf + lindy[i]; in vertcol()
604 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()
606 if (otln(ptbf, j, &ips, &ops, 0)) in vertcol()
645 char *ptbf; in horzcol() local
705 ptbf = buf + offst; in horzcol()
706 lstdat = ptbf; in horzcol()
716 addnum(ptbf, nmwd, ++lncnt); in horzcol()
717 ptbf += nmwd; in horzcol()
718 *ptbf++ = nmchar; in horzcol()
723 if ((cnt = inln(inf,ptbf,colwd,&cps,1, in horzcol()
726 ptbf += cnt; in horzcol()
727 lstdat = ptbf; in horzcol()
739 *ptbf++ = schar; in horzcol()
741 (void)memset(ptbf,(int)' ',pln); in horzcol()
742 ptbf += pln; in horzcol()
795 char *ptbf; in mulfile() local
902 ptbf = buf + offst; in mulfile()
903 lstdat = ptbf; in mulfile()
908 addnum(ptbf, nmwd, ++lncnt); in mulfile()
909 ptbf += nmwd; in mulfile()
910 *ptbf++ = nmchar; in mulfile()
924 } else if ((cnt = inln(fbuf[j], ptbf, colwd, in mulfile()
938 ptbf += cnt; in mulfile()
939 lstdat = ptbf; in mulfile()
953 *ptbf++ = schar; in mulfile()
955 (void)memset(ptbf, (int)' ', pln); in mulfile()
956 ptbf += pln; in mulfile()