testing_only       89 anacron/global.h extern int serialize,force,update_only,now,no_daemon,quiet,testing_only;
testing_only       50 anacron/main.c     no_daemon, quiet, testing_only;            /* command-line options */
testing_only      134 anacron/main.c 	    testing_only = 1;
testing_only      370 anacron/main.c     if (!update_only && !testing_only)
testing_only      478 anacron/main.c     if (!no_daemon && !testing_only)
testing_only      488 anacron/main.c     if (testing_only)
testing_only      439 anacron/readtab.c 	if (j->arg_num != -1 && (update_only || testing_only || consider_job(j)))