Searched refs:h_lines (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c85 int h_lines; /* index into lines of hdrbuf */ variable
729 * h_lines = hdrbuf index for next line to be saved;
745 /* header must have at least 2 lines (h_lines > 1) */
746 if (h_lines < 2) {
754 for (l = 0; l < h_lines; l++) {
769 if (hdrcount > h_lines / 2)
794 if (h_lines >= MAXLINES) {
806 hdrbuf[h_lines] = (wchar_t *)malloc(sizeof (wchar_t) *
808 if (hdrbuf[h_lines] == NULL) {
817 if (h_lines
[all...]

Completed in 85 milliseconds