tips              442 htags/fileindex.c 					char tips[80];
tips              445 htags/fileindex.c 						snprintf(tips, sizeof(tips), "%s bytes", insert_comma(size));
tips              447 htags/fileindex.c 						snprintf(tips, sizeof(tips), "%s byte", insert_comma(size));
tips              450 htags/fileindex.c 						gen_href_begin_with_title_target(SRCS, path2fid(path), HTML, NULL, tips, target),
tips              602 htags/fileindex.c 	char tips[80];
tips              621 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%s bytes", insert_comma(size));
tips              623 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%s byte", insert_comma(size));
tips              625 htags/fileindex.c 			path2fid(path), HTML, NULL, tips, target));
tips              661 htags/fileindex.c 	char tips[80];
tips              664 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%d files", count);
tips              666 htags/fileindex.c 		snprintf(tips, sizeof(tips), "%d file", count);
tips              674 htags/fileindex.c 			path2fid(path), HTML, NULL, tips));
tips             1038 htags/htags.c  	const char *tips = "Go to the GLOBAL project page.";
tips             1048 htags/htags.c  		strbuf_puts(sb, gen_href_begin_with_title_target(NULL, www, NULL, NULL, tips,"_top"));
tips             1054 htags/htags.c  			gen_href_begin_with_title_target(NULL, www, NULL, NULL, tips, "_top"),