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

/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c211 char *flag_month = NULL; /* requested month as string */ local
311 flag_month = optarg;
358 flag_month = *argv++;
360 m = strtol(flag_month, NULL, 10);
387 if (flag_month != NULL) {
388 if (parsemonth(flag_month, &m, &y)) {
391 flag_month);

Completed in 53 milliseconds