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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcal.c76 #define HEAD_SEP 2 /* spaces between day headings */ macro
150 (WEEK_LEN * 3 + HEAD_SEP * 2)
151 + julian * (J_WEEK_LEN * 2 + HEAD_SEP
152 - (WEEK_LEN * 3 + HEAD_SEP * 2)),
161 center(month_names[month], week_len, HEAD_SEP);
163 center(month_names[month + 1], week_len, HEAD_SEP);
166 printf("\n%s%*s%s", day_headings, HEAD_SEP, "", day_headings);
168 printf("%*s%s", HEAD_SEP, "", day_headings);

Completed in 47 milliseconds