ref_contents      904 htags/fileindex.c 			if (split(strbuf_value(inc->ref_contents), 4, &ptable) < 4) {
ref_contents      910 htags/fileindex.c 			strbuf_reset(inc->ref_contents);
ref_contents      911 htags/fileindex.c 			strbuf_puts(inc->ref_contents, buf);
ref_contents      922 htags/fileindex.c 				const char *line = strbuf_value(inc->ref_contents);
ref_contents      937 htags/fileindex.c 			strbuf_close(inc->ref_contents);
ref_contents      938 htags/fileindex.c 			inc->ref_contents = NULL;
ref_contents       90 htags/incop.c  		data->ref_contents = NULL;
ref_contents      146 htags/incop.c  	if (data->ref_contents == NULL)
ref_contents      147 htags/incop.c  		data->ref_contents = strbuf_open(0);
ref_contents      148 htags/incop.c  	strbuf_puts0(data->ref_contents, path);
ref_contents       34 htags/incop.h          STRBUF *ref_contents;
ref_contents      930 htags/src2html.c 				const char *p = strbuf_value(incref->ref_contents);