count             800 global/global.c 	int count = 0;
count             841 global/global.c 					count++;
count             853 global/global.c 			count++;
count             857 global/global.c 	return count;
count             870 global/global.c 	int count, total = 0;
count             875 global/global.c 	count = completion_tags(dbpath, root, prefix, db);
count             879 global/global.c 	if (db == GTAGS && getenv("GTAGSLIBPATH") && (count == 0 || Tflag) && !lflag) {
count             899 global/global.c 			count = completion_tags(libdbpath, libdir, prefix, db);
count             900 global/global.c 			total += count;
count             901 global/global.c 			if (count > 0 && !Tflag)
count            1078 global/global.c 	int linenum, count;
count            1108 global/global.c 	count = 0;
count            1126 global/global.c 		count++;
count            1155 global/global.c 		print_count(count);
count            1176 global/global.c 	int linenum, count;
count            1217 global/global.c 	count = 0;
count            1259 global/global.c 					count++;
count            1278 global/global.c 		print_count(count);
count            1295 global/global.c 	int count;
count            1326 global/global.c 	count = 0;
count            1345 global/global.c 		count++;
count            1352 global/global.c 		switch (count) {
count            1360 global/global.c 			fprintf(stderr, "%d files located", count);
count            1385 global/global.c 	int count;
count            1394 global/global.c 	if (format == FORMAT_PATH && data->count > 0)
count            1436 global/global.c 	data->count++;
count            1441 global/global.c 	int count = 0;
count            1531 global/global.c 		data.count = 0;
count            1533 global/global.c 		count += data.count;
count            1546 global/global.c 		print_count(count);
count            1573 global/global.c 	int count = 0;
count            1616 global/global.c 			count++;
count            1706 global/global.c 					count++;
count            1736 global/global.c 					count++;
count            1772 global/global.c 			count++;
count            1783 global/global.c 	return count;
count            1797 global/global.c 	int count, total = 0;
count            1803 global/global.c 	count = search(pattern, root, cwd, dbpath, db);
count            1804 global/global.c 	total += count;
count            1810 global/global.c 	if (db == GTAGS && getenv("GTAGSLIBPATH") && (count == 0 || Tflag) && !lflag) {
count            1830 global/global.c 			count = search(pattern, libdir, cwd, libdbpath, db);
count            1831 global/global.c 			total += count;
count            1832 global/global.c 			if (count > 0 && !Tflag) {
count              50 htags/defineindex.c 	int count = 0;
count             109 htags/defineindex.c 		count++;
count             111 htags/defineindex.c 		message(" [%d/%d] adding %s", count, total, tag);
count             291 htags/defineindex.c 	return count;
count              68 htags/dupindex.c 		int count = 0;
count             106 htags/dupindex.c 				count++;
count             108 htags/dupindex.c 					fprintf(stderr, " [%d] adding %s %s\n", count, kind, tag);
count             123 htags/dupindex.c 					strbuf_putn(tmp, count - 1);
count             157 htags/dupindex.c 						snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, dirs[db], count, HTML);
count             176 htags/dupindex.c 			definition_count = count;
count             192 htags/dupindex.c 			strbuf_putn(tmp, count);
count             294 htags/fileindex.c 	int count = 0;
count             307 htags/fileindex.c 		if (count && count % INTERVAL == 0)
count             310 htags/fileindex.c 		count++;
count             362 htags/fileindex.c 	int count = 0;
count             427 htags/fileindex.c 				count += subcount;
count             458 htags/fileindex.c 				count++;
count             473 htags/fileindex.c 	return count;
count             658 htags/fileindex.c print_directory_name(int level, const char *path, int count)
count             663 htags/fileindex.c 	if (count > 1)
count             664 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%d files", count);
count             666 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%d file", count);
count             867 htags/fileindex.c 		if (inc->count > 1) {
count             878 htags/fileindex.c 				int count = inc->count;
count             880 htags/fileindex.c 				for (; count; filename += strlen(filename) + 1, count--) {
count             923 htags/fileindex.c 				int count = inc->ref_count;
count             925 htags/fileindex.c 				for (; count; line += strlen(line) + 1, count--)
count             921 htags/htags.c  	int count = 0;
count             968 htags/htags.c  		count++;
count             970 htags/htags.c  		message(" [%d/%d] converting %s", count, total, path);
count            1507 htags/htags.c  	int count = 1;
count            1530 htags/htags.c  			count++;
count            1538 htags/htags.c  	newargv = (const char **)check_malloc(sizeof(char *) * (*argc + count + 1));
count            1541 htags/htags.c  	while (count--) {
count              91 htags/incop.c  		data->count = 0;
count              96 htags/incop.c  	data->count++;
count              31 htags/incop.h          int count;
count             457 htags/src2html.c 			const char *count = nextstring(fid);
count             493 htags/src2html.c 			strbuf_puts(outbuf, gen_href_begin_with_title(dir, file, suffix, NULL, tooltip(type, -1, count)));
count             546 htags/src2html.c 	if (inc->count == 1)
count             122 libutil/conf.c 	int count = 0;
count             126 libutil/conf.c 		count++;
count             144 libutil/conf.c 				die("invalid config file format (line %d).", count);
count             147 libutil/conf.c 					die("invalid config file format (line %d).", count);
count             159 libutil/conf.c 				die("invalid config file format (line %d).", count);
count             220 libutil/idset.c 	unsigned int id, count = 0;
count             223 libutil/idset.c 		count++;
count             224 libutil/idset.c 	return count;
count             104 libutil/split.c 	int count;
count             109 libutil/split.c 	for (count = 0; *s && count < npart; count++) {
count             127 libutil/split.c 		count++;
count             134 libutil/split.c 	return list->npart = count;
count             100 libutil/strbuf.c 	int count = sb->curp - sb->sbuf;
count             110 libutil/strbuf.c 	sb->curp = sb->sbuf + count;
count             142 libutil/xargs.c #define LT_MAX ((xp->max_args == 0 || count < xp->max_args))
count             175 libutil/xargs.c 		count++;\
count             196 libutil/xargs.c 	int count = 0;
count             266 libutil/xargs.c 	if (count > 0) {
count             472 libutil/xargs.c 	int count;
count             475 libutil/xargs.c 	count = xp->seqno;
count             490 libutil/xargs.c 	return count;