Lines Matching full:switches
70 /* The switches from Julian to Gregorian in some countries */
75 } switches[] = { variable
113 switches + sizeof(switches) / sizeof(struct djswitch) - 2;
226 * switchdate and date format from the switches table. in main()
237 q = switches + sizeof(switches) / sizeof(struct djswitch); in main()
238 for (p = switches; p != q; p++) in main()
336 q = switches + in main()
337 sizeof(switches) / sizeof(struct djswitch); in main()
338 for (p = switches; in main()
524 /* Print the assumed switches for all countries. */
536 n = sizeof(switches) / sizeof(struct djswitch); in printcc()
539 for (p = switches; p != switches + n; p++) in printcc()