normal_suffix      78 htags/defineindex.c 		fputs(gen_href_begin(NULL, "defines", normal_suffix, NULL), DEFINES);
normal_suffix      84 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), DEFINES);
normal_suffix     125 htags/defineindex.c 				fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), ALPHA);
normal_suffix     177 htags/defineindex.c 			fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), ALPHA);
normal_suffix     273 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), ALPHA);
normal_suffix     289 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, "mains", normal_suffix, NULL, index_string), DEFINES);
normal_suffix     445 htags/fileindex.c  	strbuf_sprintf(sb, "%s%sroot%s/", header_begin, gen_href_begin(NULL, indexlink, normal_suffix, NULL), gen_href_end());
normal_suffix     478 htags/fileindex.c 			suffix = normal_suffix;
normal_suffix     517 htags/fileindex.c 		suffix = normal_suffix;
normal_suffix     696 htags/fileindex.c 	fputs(gen_href_begin(NULL, "files", normal_suffix, NULL), filesop);
normal_suffix     235 htags/htags.c  const char *normal_suffix = "html";	/* suffix of normal html file	*/
normal_suffix     413 htags/htags.c                  {"@normal_suffix@", normal_suffix},
normal_suffix     626 htags/htags.c  		strbuf_puts(sb, gen_href_begin(NULL, "search", normal_suffix, NULL));
normal_suffix     698 htags/htags.c  			fputs_nl(gen_frame("search", makepath(NULL, "search", normal_suffix)), op);
normal_suffix     706 htags/htags.c  		fputs_nl(gen_frame("defines", makepath(NULL, "defines", normal_suffix)), op);
normal_suffix     707 htags/htags.c  		fputs_nl(gen_frame("files", makepath(NULL, "files", normal_suffix)), op);
normal_suffix     709 htags/htags.c  		fputs_nl(gen_frame("mains", makepath(NULL, "mains", normal_suffix)), op);
normal_suffix     972 htags/htags.c  				strbuf_puts(sb, gen_href_begin(NULL, "defines", normal_suffix, NULL));
normal_suffix     982 htags/htags.c  				strbuf_puts(sb, gen_href_begin(NULL, "files", normal_suffix, NULL));
normal_suffix    1122 htags/htags.c  		normal_suffix = check_strdup(strbuf_value(sb));
normal_suffix    1814 htags/htags.c                                : (cflag == 'C') ? alt_gz_suffix : normal_suffix;
normal_suffix     137 htags/htags.h  extern const char *normal_suffix;
normal_suffix     226 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("..", "mains", normal_suffix, NULL));
normal_suffix     228 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("..", "help", normal_suffix, NULL));
normal_suffix     685 htags/src2html.c 		snprintf(indexlink, sizeof(indexlink), "../files.%s", normal_suffix);
normal_suffix     687 htags/src2html.c 		snprintf(indexlink, sizeof(indexlink), "../mains.%s", normal_suffix);