Lines Matching +defs:count +defs:lines
46 #undef lines /* term.h defines this */
61 char lines[7][MAX_WIDTH + 1];
529 int n; /* number of lines to print */
629 int count = 0;
632 count++;
647 for (i = 0; i < count; i++)
659 for (i = 0; i < count; i++) {
673 for (j = 0; j < count; j++)
676 year[j].lines[i]+1);
719 int count = 0;
722 count++;
738 for (i = 0; i < count; i++)
752 for (j = 0; j < count; j++)
755 year[j].lines[i]);
762 for (i = 0; i < count; i++)
825 * Fill the lines with day of month or day of year (julian day)
838 highlight(mlines->lines[i] + k,
841 memcpy(mlines->lines[i] + k + l,
844 memcpy(mlines->lines[i] + k + l, " ", dw);
846 mlines->lines[i][k + l] = '\0';
931 * Fill the lines with day of month or day of year (Julian day)
945 highlight(mlines->lines[i] + k,
948 memcpy(mlines->lines[i] + k + l,
951 memcpy(mlines->lines[i] + k + l, " ", dw);
954 mlines->lines[i][1] = '\0';
956 mlines->lines[i][k + l] = '\0';