percent           866 gtags-cscope/command.c     switch (p->percent) {
percent           891 gtags-cscope/command.c 	nextline = p->percent * totallines / 100;
percent           192 gtags-cscope/global-cscope.h 	int	percent;
percent           365 gtags-cscope/mouse.c 		m.percent = m.x2 = m.y2 = -1;
percent           375 gtags-cscope/mouse.c 				m.percent = getpercent();
percent           110 libutil/statistics.c 	double percent;		/**< (user + system) * 100 / elapsed */
percent           174 libutil/statistics.c 	t->percent = (t->elapsed == 0) ? (
percent           195 libutil/statistics.c 	int percent;
percent           251 libutil/statistics.c 		w = snprintf(buf, sizeof(buf), "%." PRECISION_STRING(PERCENT) "f", t->percent);
percent           252 libutil/statistics.c 		if (w > max_width->percent)
percent           253 libutil/statistics.c 			max_width->percent = w;
percent           293 libutil/statistics.c 		max_width->percent, t->percent);
percent           322 libutil/statistics.c 	max_width.percent = sizeof(percent_heading_string) - 1;
percent           333 libutil/statistics.c 	if (max_width.percent > bar_len)
percent           334 libutil/statistics.c 		bar_len = max_width.percent;
percent           351 libutil/statistics.c 		max_width.percent, percent_heading_string);
percent           357 libutil/statistics.c 		max_width.percent, bar);
percent           381 libutil/statistics.c 			max_width->percent, bar);
percent           399 libutil/statistics.c 		max_width->percent, t->percent);
percent           114 libutil/token.c 	int percent = 0;
percent           202 libutil/token.c 					percent = 1;
percent           211 libutil/token.c 			} else if (percent) {
percent           212 libutil/token.c 				percent = 0;
percent           242 libutil/token.c 		sharp = percent = 0;