Lines Matching refs:hbuf
175 char *hbuf; in onecol() local
197 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in onecol()
203 ohbuf = hbuf + offst; in onecol()
210 (void)memset(hbuf, (int)' ', offst); in onecol()
250 prhead(hbuf, fname, pagecnt)) in onecol()
299 free(hbuf); in onecol()
303 free(hbuf); in onecol()
335 char *hbuf = NULL; in vertcol() local
356 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in vertcol()
360 ohbuf = hbuf + offst; in vertcol()
362 (void)memset(hbuf, (int)' ', offst); in vertcol()
531 if (!nohead && prhead(hbuf, fname, pagecnt)) in vertcol()
596 if (pln && !nohead && prhead(hbuf, fname, pagecnt)) in vertcol()
634 free(hbuf); in vertcol()
655 char *hbuf; in horzcol() local
672 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in horzcol()
677 ohbuf = hbuf + offst; in horzcol()
680 (void)memset(hbuf, (int)' ', offst); in horzcol()
752 prhead(hbuf, fname, pagecnt)) in horzcol()
779 free(hbuf); in horzcol()
783 free(hbuf); in horzcol()
808 char *hbuf = NULL; in mulfile() local
828 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in mulfile()
832 ohbuf = hbuf + offst; in mulfile()
884 (void)memset(hbuf, (int)' ', offst); in mulfile()
966 if (!i && !nohead && prhead(hbuf, fname, pagecnt)) in mulfile()
996 free(hbuf); in mulfile()