Home | History | Annotate | Download | only in misc

Lines Matching defs:hdr

156 	char *hdr[HDR_LINES];
168 th.hdr[i] = malloc(HDR_LINE_LENGTH);
169 memset(th.hdr[i], 0, sizeof(th.hdr[i]));
179 snprintf(th.hdr[0]+ofs, width+2, fmt,
185 snprintf(th.hdr[h]+ofs, width+2, fmt, "");
188 snprintf(th.hdr[h]+ofs, width+2, fmt, cname);
197 if (th.hdr[h][i] == '\0')
198 th.hdr[h][i] = ' ';
210 fputs(th->hdr[i], of);
223 int hdr = 2;
291 sscanf(optarg, "%u", &hdr);
340 if ((hdr > 1 && (! (i % 20))) || (hdr == 1 && i == 0))