Home | History | Annotate | Download | only in misc

Lines Matching defs:hdr

177 	char *hdr[HDR_LINES];
189 th.hdr[i] = malloc(HDR_LINE_LENGTH);
190 memset(th.hdr[i], 0, HDR_LINE_LENGTH);
197 snprintf(th.hdr[0]+ofs, width+2, "%*.*s|", width, width,
203 snprintf(th.hdr[h]+ofs, width+2,
207 snprintf(th.hdr[h]+ofs, width+2,
217 if (th.hdr[h][i] == '\0')
218 th.hdr[h][i] = ' ';
230 fputs(th->hdr[i], of);
243 int hdr = 2;
315 sscanf(optarg, "%u", &hdr);
367 if ((hdr > 1 && !(i % 20)) ||
368 (hdr == 1 && i == 0))