dump_target        86 gtags/gtags.c  const char *dump_target;
dump_target       224 gtags/gtags.c  			dump_target = optarg;
dump_target       321 gtags/gtags.c  	} else if (dump_target) {
dump_target       329 gtags/gtags.c  		if (!test("f", dump_target))
dump_target       330 gtags/gtags.c  			die("file '%s' not found.", dump_target);
dump_target       331 gtags/gtags.c  		if ((dbop = dbop_open(dump_target, 0, 0, DBOP_RAW)) == NULL)
dump_target       332 gtags/gtags.c  			die("file '%s' is not a tag file.", dump_target);