count             652 global/global.c 	int linenum, count;
count             681 global/global.c 	count = 0;
count             697 global/global.c 		count++;
count             727 global/global.c 		print_count(count);
count             746 global/global.c 	int linenum, count;
count             767 global/global.c 	count = 0;
count             777 global/global.c 				count++;
count             793 global/global.c 		print_count(count);
count             809 global/global.c 	int count;
count             840 global/global.c 	count = 0;
count             854 global/global.c 		count++;
count             861 global/global.c 		switch (count) {
count             866 global/global.c 			fprintf(stderr, "%d file located", count);
count             869 global/global.c 			fprintf(stderr, "%d files located", count);
count             889 global/global.c 	int count = 0;
count             982 global/global.c 					count++;
count             988 global/global.c 				count++;
count            1005 global/global.c 		print_count(count);
count            1030 global/global.c 	int count = 0;
count            1073 global/global.c 			count++;
count            1155 global/global.c 					count++;
count            1176 global/global.c 					count++;
count            1210 global/global.c 			count++;
count            1221 global/global.c 	return count;
count            1235 global/global.c 	int count, total = 0;
count            1241 global/global.c 	count = search(pattern, root, cwd, dbpath, db);
count            1242 global/global.c 	total += count;
count            1246 global/global.c 	if (db == GTAGS && getenv("GTAGSLIBPATH") && (count == 0 || Tflag) && !lflag) {
count            1266 global/global.c 			count = search(pattern, libdir, cwd, libdbpath, db);
count            1267 global/global.c 			total += count;
count            1268 global/global.c 			if (count > 0 && !Tflag) {
count             326 gtags-cscope/gtags-cscope.c 	int count = 0;
count             352 gtags-cscope/gtags-cscope.c 		count++;
count             392 gtags-cscope/gtags-cscope.c 	return count;
count             414 gtags-cscope/gtags-cscope.c 	int count = 0, opt = 0;
count             460 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, 0, arg);
count             461 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, (count > 0) ? 'r' : 's', arg);
count             463 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, opt, arg);
count             479 gtags-cscope/gtags-cscope.c 	fprintf(stdout, "cscope: %d lines\n", count);
count             480 gtags-cscope/gtags-cscope.c 	if (count > 0)
count              48 htags/defineindex.c 	int count = 0;
count             107 htags/defineindex.c 		count++;
count             109 htags/defineindex.c 		message(" [%d/%d] adding %s", count, total, tag);
count             304 htags/defineindex.c 	return count;
count              68 htags/dupindex.c 		int count = 0;
count             103 htags/dupindex.c 				count++;
count             105 htags/dupindex.c 					fprintf(stderr, " [%d] adding %s %s\n", count, kind, tag);
count             118 htags/dupindex.c 					snprintf(buf, sizeof(buf), " %d %d", count - 1, entry_count);
count             145 htags/dupindex.c 						snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, dirs[db], count, HTML);
count             164 htags/dupindex.c 			definition_count = count;
count             178 htags/dupindex.c 			snprintf(buf, sizeof(buf), " %d %d", count, entry_count);
count             278 htags/fileindex.c 	int count = 0;
count             291 htags/fileindex.c 		if (count && count % INTERVAL == 0)
count             294 htags/fileindex.c 		count++;
count             343 htags/fileindex.c 	int count = 0;
count             398 htags/fileindex.c 				count += subcount;
count             409 htags/fileindex.c 				count++;
count             422 htags/fileindex.c 	return count;
count             607 htags/fileindex.c print_directory_name(int level, const char *path, int count)
count             612 htags/fileindex.c 	if (count > 1)
count             613 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%d files", count);
count             615 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%d file", count);
count             806 htags/fileindex.c 		if (inc->count > 1) {
count             817 htags/fileindex.c 				int count = inc->count;
count             819 htags/fileindex.c 				for (; count; filename += strlen(filename) + 1, count--) {
count             862 htags/fileindex.c 				int count = inc->ref_count;
count             864 htags/fileindex.c 				for (; count; line += strlen(line) + 1, count--)
count             815 htags/htags.c  	int count = 0;
count             848 htags/htags.c  		count++;
count             850 htags/htags.c  		message(" [%d/%d] converting %s", count, total, path);
count            1380 htags/htags.c  	int count = 1;
count            1403 htags/htags.c  			count++;
count            1411 htags/htags.c  	newargv = (const char **)check_malloc(sizeof(char *) * (*argc + count + 1));
count            1414 htags/htags.c  	while (count--) {
count            2009 htags/htags.c  		int i, count = sizeof(icon_files) / sizeof(char *);
count            2011 htags/htags.c  		for (i = 0; i < count; i++) {
count              85 htags/incop.c  		data->count = 0;
count              90 htags/incop.c  	data->count++;
count              31 htags/incop.h          int count;
count             363 htags/src2html.c 		 * About cache record format, please see the comment in cache.c.
count             389 htags/src2html.c 				else	/* 'D', 'M' or 'T' */
count             422 htags/src2html.c  *	i)	path	path name for display
count             119 libutil/conf.c 	int count = 0;
count             123 libutil/conf.c 		count++;
count             141 libutil/conf.c 				die("invalid config file format (line %d).", count);
count             144 libutil/conf.c 					die("invalid config file format (line %d).", count);
count             156 libutil/conf.c 				die("invalid config file format (line %d).", count);
count             213 libutil/idset.c 	unsigned int id, count = 0;
count             216 libutil/idset.c 		count++;
count             217 libutil/idset.c 	return count;
count              95 libutil/split.c 	int count;
count             100 libutil/split.c 	for (count = 0; *s && count < npart; count++) {
count             118 libutil/split.c 		count++;
count             125 libutil/split.c 	return list->npart = count;
count              98 libutil/strbuf.c 	int count = sb->curp - sb->sbuf;
count             108 libutil/strbuf.c 	sb->curp = sb->sbuf + count;
count             131 libutil/xargs.c #define LT_MAX ((xp->max_args == 0 || count < xp->max_args))
count             164 libutil/xargs.c 		count++;\
count             185 libutil/xargs.c 	int count = 0;
count             243 libutil/xargs.c 	if (count > 0) {
count             449 libutil/xargs.c 	int count;
count             452 libutil/xargs.c 	count = xp->seqno;
count             467 libutil/xargs.c 	return count;