normal_suffix      80 htags/defineindex.c 		fputs(gen_href_begin(NULL, "defines", normal_suffix, NULL), DEFINES);
normal_suffix      86 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), DEFINES);
normal_suffix     127 htags/defineindex.c 				fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), ALPHA);
normal_suffix     179 htags/defineindex.c 			fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), ALPHA);
normal_suffix     260 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), ALPHA);
normal_suffix     276 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, "mains", normal_suffix, NULL, index_string), DEFINES);
normal_suffix     497 htags/fileindex.c  	strbuf_sprintf(sb, "%s%sroot%s/", header_begin, gen_href_begin(NULL, top, normal_suffix, NULL), gen_href_end());
normal_suffix     530 htags/fileindex.c 			suffix = normal_suffix;
normal_suffix     570 htags/fileindex.c 		suffix = normal_suffix;
normal_suffix     747 htags/fileindex.c 	fputs(gen_href_begin(NULL, "files", normal_suffix, NULL), filesop);
normal_suffix     257 htags/htags.c  const char *normal_suffix = "html";	/**< suffix of normal html file	*/
normal_suffix     482 htags/htags.c  		{"@normal_suffix@", normal_suffix},
normal_suffix     719 htags/htags.c  		strbuf_puts(sb, gen_href_begin(NULL, "search", normal_suffix, NULL));
normal_suffix     787 htags/htags.c  			fputs_nl(gen_frame("search", makepath(NULL, "search", normal_suffix)), op);
normal_suffix     795 htags/htags.c  		fputs_nl(gen_frame("defines", makepath(NULL, "defines", normal_suffix)), op);
normal_suffix     796 htags/htags.c  		fputs_nl(gen_frame("files", makepath(NULL, "files", normal_suffix)), op);
normal_suffix     798 htags/htags.c  		fputs_nl(gen_frame("mains", makepath(NULL, "mains", normal_suffix)), op);
normal_suffix    1092 htags/htags.c  					strbuf_puts(sb, gen_href_begin(NULL, "call", normal_suffix, NULL));
normal_suffix    1099 htags/htags.c  					strbuf_puts(sb, gen_href_begin(NULL, "callee", normal_suffix, NULL));
normal_suffix    1134 htags/htags.c  				strbuf_puts(sb, gen_href_begin(NULL, "defines", normal_suffix, NULL));
normal_suffix    1144 htags/htags.c  				strbuf_puts(sb, gen_href_begin(NULL, "files", normal_suffix, NULL));
normal_suffix    1287 htags/htags.c  		normal_suffix = check_strdup(strbuf_value(sb));
normal_suffix    2013 htags/htags.c          HTML = (cflag) ? gzipped_suffix : normal_suffix;
normal_suffix     156 htags/htags.h  extern const char *normal_suffix;
normal_suffix     249 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("..", "mains", normal_suffix, NULL));
normal_suffix     251 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("..", "help", normal_suffix, NULL));
normal_suffix     315 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("..", "mains", normal_suffix, NULL));
normal_suffix     318 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("..", "help", normal_suffix, NULL));
normal_suffix     828 htags/src2html.c 	snprintf(indexlink, sizeof(indexlink), "../mains.%s", normal_suffix);