title             302 htags/common.c gen_page_generic_begin(const char *title, int place, int use_frameset)
title             335 htags/common.c 	strbuf_puts(sb, title);
title             354 htags/common.c gen_page_begin(const char *title, int place)
title             356 htags/common.c 	return gen_page_generic_begin(title, place, 0);
title             364 htags/common.c gen_page_frameset_begin(const char *title)
title             366 htags/common.c 	return gen_page_generic_begin(title, TOPDIR, 1);
title             449 htags/common.c gen_href_begin_with_title_target(const char *dir, const char *file, const char *suffix, const char *key, const char *title, const char *target)
title             483 htags/common.c 	if (title)
title             484 htags/common.c 		strbuf_sprintf(sb, " title='%s'", title);
title             508 htags/common.c gen_href_begin_with_title(const char *dir, const char *file, const char *suffix, const char *key, const char *title)
title             510 htags/common.c 	return gen_href_begin_with_title_target(dir, file, suffix, key, title, NULL);
title             714 htags/common.c gen_input_radio(const char *name, const char *value, int checked, const char *title)
title             716 htags/common.c 	return gen_input_with_title_checked(name, value, "radio", checked, title);
title             722 htags/common.c gen_input_checkbox(const char *name, const char *value, const char *title)
title             724 htags/common.c 	return gen_input_with_title_checked(name, value, "checkbox", 0, title);
title             730 htags/common.c gen_input_with_title_checked(const char *name, const char *value, const char *type, int checked, const char *title)
title             748 htags/common.c 	if (title)
title             749 htags/common.c 		strbuf_sprintf(sb, " title='%s'", title);
title             136 htags/htags.c  const char *title;
title             686 htags/htags.c  makeindex(const char *file, const char *title, const char *index)
title             694 htags/htags.c  		fputs_nl(gen_page_frameset_begin(title), op);
title             718 htags/htags.c  		fputs_nl(gen_page_begin(title, TOPDIR), op);
title             745 htags/htags.c  	fputs_nl(gen_page_begin(title, TOPDIR), op);
title             892 htags/htags.c  makecommonpart(const char *title, const char *defines, const char *files)
title             902 htags/htags.c  	strbuf_puts(sb, title);
title            1563 htags/htags.c  			title = optarg;
title            1680 htags/htags.c  	if (!title) {
title            1682 htags/htags.c  		title = p ? p + 1 : cwdpath;
title            1943 htags/htags.c  		index = makecommonpart(title, strbuf_value(defines), strbuf_value(files));
title            1952 htags/htags.c  	makeindex("index.html", title, index);
title             104 htags/htags.h  extern const char *title;
title             770 htags/src2html.c 			const char *dir, *file, *suffix, *key, *title;
title             782 htags/src2html.c 				title = tooltip('I', -1, s_count);
title             798 htags/src2html.c 				title = tooltip('I', atoi(lno), filename);
title             800 htags/src2html.c 			fputs(gen_href_begin_with_title(dir, file, suffix, key, title), out);