verbose           699 gtags/gtags.c  			xp->verbose = verbose_updatetags;
verbose           796 gtags/gtags.c  		xp->verbose = verbose_createtags;
verbose            32 libutil/die.c  static int verbose;
verbose            44 libutil/die.c  	verbose = 1;
verbose            98 libutil/die.c  	if (!quiet && verbose) {
verbose            54 libutil/getdbpath.c setupvariables(int verbose)
verbose            60 libutil/getdbpath.c 		if (verbose)
verbose            67 libutil/getdbpath.c 		if (verbose)
verbose            87 libutil/getdbpath.c gtagsexist(const char *candidate, char *dbpath, int size, int verbose)
verbose            95 libutil/getdbpath.c 		setupvariables(verbose);
verbose            98 libutil/getdbpath.c 	if (verbose)
verbose           101 libutil/getdbpath.c 		if (verbose)
verbose           108 libutil/getdbpath.c 	if (verbose)
verbose           111 libutil/getdbpath.c 		if (verbose)
verbose           119 libutil/getdbpath.c 	if (verbose)
verbose           122 libutil/getdbpath.c 		if (verbose)
verbose           150 libutil/getdbpath.c getdbpath(char *cwd, char *root, char *dbpath, int verbose)
verbose           160 libutil/getdbpath.c 		if (verbose)
verbose           172 libutil/getdbpath.c 			if (verbose)
verbose           180 libutil/getdbpath.c 			if (!gtagsexist(root, dbpath, MAXPATHLEN, verbose))
verbose           184 libutil/getdbpath.c 		if (verbose && getenv("GTAGSDBPATH"))
verbose           191 libutil/getdbpath.c 		while (!gtagsexist(root, dbpath, MAXPATHLEN, verbose)) {
verbose           215 libutil/getdbpath.c 				if (verbose)
verbose           222 libutil/getdbpath.c 				if (verbose)
verbose           225 libutil/getdbpath.c 				if (verbose)
verbose            51 libutil/version.c version(const char *name, const int verbose)
verbose           155 libutil/xargs.c 		if (xp->verbose)\
verbose           156 libutil/xargs.c 			xp->verbose(path + 2, xp->seqno, 1);\
verbose           158 libutil/xargs.c 		if (xp->verbose)\
verbose           159 libutil/xargs.c 			xp->verbose(path + 2, xp->seqno, 0);\
verbose           277 libutil/xargs.c 	xp->verbose = NULL;
verbose            64 libutil/xargs.h 	void (*verbose)(char *, int, int);