Lines Matching full:together
422 /* -3 together with -A or -B. */ in main()
424 errx(EX_USAGE, "-3 together with -A and -B is not supported."); in main()
425 /* -3 together with -y. */ in main()
427 errx(EX_USAGE, "-3 together with -y is not supported."); in main()
428 /* -3 together with givenyear but no givenmonth. */ in main()
432 "-3 together with a given year but no given month is " in main()
434 /* -m together with xx xxxx. */ in main()
437 "-m together with a given month is not supported."); in main()
438 /* -y together with -m. */ in main()
440 errx(EX_USAGE, "-y together with -m is not supported."); in main()
441 /* -y together with xx xxxx. */ in main()
443 errx(EX_USAGE, "-y together a given month is not supported."); in main()
444 /* -y together with -A or -B. */ in main()
446 errx(EX_USAGE, "-y together a -A or -B is not supported."); in main()