Lines Matching refs:hbuf
188 char *hbuf; in onecol() local
210 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in onecol()
216 ohbuf = hbuf + offst; in onecol()
223 (void)memset(hbuf, (int)' ', offst); in onecol()
263 prhead(hbuf, fname, pagecnt)) in onecol()
312 free(hbuf); in onecol()
316 free(hbuf); in onecol()
348 char *hbuf = NULL; in vertcol() local
369 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in vertcol()
373 ohbuf = hbuf + offst; in vertcol()
375 (void)memset(hbuf, (int)' ', offst); in vertcol()
544 if (!nohead && prhead(hbuf, fname, pagecnt)) in vertcol()
609 if (pln && !nohead && prhead(hbuf, fname, pagecnt)) in vertcol()
647 free(hbuf); in vertcol()
668 char *hbuf; in horzcol() local
685 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in horzcol()
690 ohbuf = hbuf + offst; in horzcol()
693 (void)memset(hbuf, (int)' ', offst); in horzcol()
765 prhead(hbuf, fname, pagecnt)) in horzcol()
792 free(hbuf); in horzcol()
796 free(hbuf); in horzcol()
821 char *hbuf = NULL; in mulfile() local
841 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in mulfile()
845 ohbuf = hbuf + offst; in mulfile()
897 (void)memset(hbuf, (int)' ', offst); in mulfile()
979 if (!i && !nohead && prhead(hbuf, fname, pagecnt)) in mulfile()
1009 free(hbuf); in mulfile()