inc 970 htags/asm.c struct data *inc; inc 977 htags/asm.c inc = get_inc(basename); inc 978 htags/asm.c if (inc) inc 979 htags/asm.c put_include_anchor(inc, path); inc 1015 htags/c.c struct data *inc; inc 1022 htags/c.c inc = get_inc(basename); inc 1023 htags/c.c if (inc) inc 1024 htags/c.c put_include_anchor(inc, path); inc 970 htags/cpp.c struct data *inc; inc 977 htags/cpp.c inc = get_inc(basename); inc 978 htags/cpp.c if (inc) inc 979 htags/cpp.c put_include_anchor(inc, path); inc 805 htags/fileindex.c struct data *inc; inc 838 htags/fileindex.c if (last == NULL || (inc = get_inc(last)) == NULL) inc 856 htags/fileindex.c put_included(inc, buf); inc 861 htags/fileindex.c for (inc = first_inc(); inc; inc = next_inc()) { inc 862 htags/fileindex.c const char *last = inc->name; inc 863 htags/fileindex.c int no = inc->id; inc 867 htags/fileindex.c if (inc->count > 1) { inc 877 htags/fileindex.c const char *filename = strbuf_value(inc->contents); inc 878 htags/fileindex.c int count = inc->count; inc 895 htags/fileindex.c strbuf_close(inc->contents); inc 896 htags/fileindex.c inc->contents = NULL; inc 898 htags/fileindex.c if (!inc->ref_count) inc 900 htags/fileindex.c if (inc->ref_count == 1) { inc 904 htags/fileindex.c if (split(strbuf_value(inc->ref_contents), 4, &ptable) < 4) { inc 910 htags/fileindex.c strbuf_reset(inc->ref_contents); inc 911 htags/fileindex.c strbuf_puts(inc->ref_contents, buf); inc 922 htags/fileindex.c const char *line = strbuf_value(inc->ref_contents); inc 923 htags/fileindex.c int count = inc->ref_count; inc 937 htags/fileindex.c strbuf_close(inc->ref_contents); inc 938 htags/fileindex.c inc->ref_contents = NULL; inc 544 htags/src2html.c put_include_anchor(struct data *inc, const char *path) inc 546 htags/src2html.c if (inc->count == 1) inc 547 htags/src2html.c strbuf_puts(outbuf, gen_href_begin(NULL, path2fid(strbuf_value(inc->contents)), HTML, NULL)); inc 550 htags/src2html.c snprintf(id, sizeof(id), "%d", inc->id); inc 184 libutil/conf.c STRBUF *inc = strbuf_open(0); inc 189 libutil/conf.c strbuf_putc(inc, *q); inc 190 libutil/conf.c includelabel(sb, strbuf_value(inc), level); inc 192 libutil/conf.c strbuf_close(inc);