DEFINES            52 htags/defineindex.c 	FILE *DEFINES, *STDOUT, *TAGS, *ALPHA = NULL;
DEFINES            73 htags/defineindex.c 	DEFINES = get_descripter(fileop_DEFINES);
DEFINES            74 htags/defineindex.c 	fputs_nl(gen_page_begin(title_define_index, TOPDIR), DEFINES);
DEFINES            75 htags/defineindex.c 	fputs_nl(body_begin, DEFINES);
DEFINES            76 htags/defineindex.c 	fputs(header_begin, DEFINES);
DEFINES            78 htags/defineindex.c 		fputs(gen_href_begin(NULL, "defines", normal_suffix, NULL), DEFINES);
DEFINES            79 htags/defineindex.c 	fputs(title_define_index, DEFINES);
DEFINES            81 htags/defineindex.c 		fputs(gen_href_end(), DEFINES);
DEFINES            82 htags/defineindex.c 	fputs_nl(header_end, DEFINES);
DEFINES            84 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, indexlink, normal_suffix, NULL, index_string), DEFINES);
DEFINES            86 htags/defineindex.c 			fputs(gen_image(CURRENT, back_icon, ".."), DEFINES);
DEFINES            88 htags/defineindex.c 			fputs("[..]", DEFINES);
DEFINES            89 htags/defineindex.c 		fputs_nl(gen_href_end(), DEFINES);
DEFINES            93 htags/defineindex.c 			fputs_nl(list_begin, DEFINES);
DEFINES            98 htags/defineindex.c 	STDOUT = DEFINES;
DEFINES           284 htags/defineindex.c 		fputs(strbuf_value(defines), DEFINES);
DEFINES           287 htags/defineindex.c 		fputs_nl(list_end, DEFINES);
DEFINES           289 htags/defineindex.c 		fputs(gen_href_begin_with_title(NULL, "mains", normal_suffix, NULL, index_string), DEFINES);
DEFINES           291 htags/defineindex.c 			fputs(gen_image(CURRENT, back_icon, ".."), DEFINES);
DEFINES           293 htags/defineindex.c 			fputs("[..]", DEFINES);
DEFINES           294 htags/defineindex.c 		fputs_nl(gen_href_end(), DEFINES);
DEFINES           296 htags/defineindex.c 	fputs_nl(body_end, DEFINES);
DEFINES           297 htags/defineindex.c 	fputs_nl(gen_page_end(), DEFINES);