Searched refs:opt_force (Results 1 – 3 of 3) sorted by relevance
221 (opt_force == OPT_DST) || in reconcile()236 if (opt_force == OPT_SRC) { in reconcile()247 (opt_force == OPT_SRC) || in reconcile()262 if (opt_force == OPT_DST) { in reconcile()336 (opt_force == OPT_DST)) { in reconcile()342 (opt_force == OPT_SRC)) { in reconcile()378 if (opt_force == OPT_OLD) { in reconcile()383 if (opt_force == OPT_NEW) { in reconcile()388 if (opt_force != 0) { in reconcile()389 errs = do_copy(fp, (opt_force == OPT_SRC) ? in reconcile()
77 side_t opt_force; /* designated winner for conflicts */ variable178 opt_force = OPT_SRC; in main()181 opt_force = OPT_DST; in main()184 opt_force = OPT_OLD; in main()187 opt_force = OPT_NEW; in main()
128 extern side_t opt_force; /* designated winner for conflicts */