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

/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c199 char *flag_month = NULL; /* requested month as string */ local
258 flag_month = optarg;
304 flag_month = *argv++;
326 if (flag_month != NULL) {
327 m = parsemonth(flag_month);
331 flag_month);

Completed in 88 milliseconds