title 47 htags/cflowindex.c const char *title = locatestring(output, "callee", MATCH_AT_FIRST) ? title_callee_tree : title_call_tree; title 65 htags/cflowindex.c fputs_nl(gen_page_begin(title, TOPDIR), op); title 70 htags/cflowindex.c fputs(title, op); title 317 htags/common.c gen_page_generic_begin(const char *title, int place, int use_frameset, const char *header_item) title 361 htags/common.c strbuf_puts(sb, title); title 384 htags/common.c gen_page_begin(const char *title, int place) title 386 htags/common.c return gen_page_generic_begin(title, place, 0, NULL); title 395 htags/common.c gen_page_index_begin(const char *title, const char *header_item) title 397 htags/common.c return gen_page_generic_begin(title, TOPDIR, 0, header_item); title 405 htags/common.c gen_page_frameset_begin(const char *title) title 407 htags/common.c return gen_page_generic_begin(title, TOPDIR, 1, NULL); title 497 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 531 htags/common.c if (title) title 532 htags/common.c strbuf_sprintf(sb, " title='%s'", fix_attr_value(title)); title 565 htags/common.c gen_href_begin_with_title(const char *dir, const char *file, const char *suffix, const char *key, const char *title) title 567 htags/common.c return gen_href_begin_with_title_target(dir, file, suffix, key, title, NULL); title 747 htags/common.c gen_input_radio(const char *name, const char *value, int checked, const char *title) title 749 htags/common.c return gen_input_with_title_checked(name, value, "radio", checked, title); title 757 htags/common.c gen_input_checkbox(const char *name, const char *value, const char *title) title 759 htags/common.c return gen_input_with_title_checked(name, value, "checkbox", 0, title); title 770 htags/common.c gen_input_with_title_checked(const char *name, const char *value, const char *type, int checked, const char *title) title 788 htags/common.c if (title) title 789 htags/common.c strbuf_sprintf(sb, " title='%s'", fix_attr_value(title)); title 149 htags/htags.c const char *title; title 775 htags/htags.c makeindex(const char *file, const char *title, const char *index) title 783 htags/htags.c fputs_nl(gen_page_frameset_begin(title), op); title 807 htags/htags.c fputs_nl(gen_page_index_begin(title, jscode), op); title 834 htags/htags.c fputs_nl(gen_page_index_begin(title, jscode), op); title 1032 htags/htags.c makecommonpart(const char *title, const char *defines, const char *files) title 1042 htags/htags.c strbuf_puts(sb, title); title 1716 htags/htags.c title = optarg; title 1846 htags/htags.c if (!title) { title 1848 htags/htags.c title = p ? p + 1 : cwdpath; title 2209 htags/htags.c index = makecommonpart(title, strbuf_value(defines), strbuf_value(files)); title 2218 htags/htags.c makeindex("index.html", title, index); title 118 htags/htags.h extern const char *title; title 916 htags/src2html.c const char *dir, *file, *suffix, *key, *title; title 928 htags/src2html.c title = tooltip('I', -1, s_count); title 944 htags/src2html.c title = tooltip('I', atoi(lno), filename); title 946 htags/src2html.c fputs(gen_href_begin_with_title(dir, file, suffix, key, title), out);