Home | History | Annotate | Download | only in cal

Lines Matching refs:indent

69 static void indent(int32_t count, FILE *f);
376 /* Indent a certain number of spaces */
378 indent(int32_t count,
459 indent(pad / 2, stdout);
485 /* Indent the correct number of spaces for the first week */
492 indent(lens[i] + 1, stdout);
501 /* Calculate the justification and indent */
503 indent(pad, stdout);
585 indent(pad / 2, stdout);
602 indent(pad / 2, stdout);
604 indent(pad / 2 + MARGIN_WIDTH, stdout);
606 indent(pad / 2, stdout);
612 indent(MARGIN_WIDTH, stdout);
653 still has days to be printed, indent the width of the days
656 indent(width + 1, stdout);
662 /* If the day is the first, indent the correct number of
666 indent(lens[j] + 1, stdout);
672 /* Calculate the justification and indent */
674 indent(pad, stdout);
698 /* If the current day isn't 0, indent to make up for missing
702 indent(lens[j] + 1, stdout);
705 /* Indent between the two months */
706 indent(MARGIN_WIDTH, stdout);
710 /* If the day is the first, indent the correct number of
714 indent(lens[j] + 1, stdout);
720 /* Calculate the justification and indent */
722 indent(pad, stdout);