inc               845 htags/asm.c    				struct data *inc;
inc               852 htags/asm.c    				inc = get_inc(basename);
inc               853 htags/asm.c    				if (inc)
inc               854 htags/asm.c    					put_include_anchor(inc, path);
inc               890 htags/c.c      			if (c == sep) {
inc               897 htags/c.c      					basename = path;
inc               898 htags/c.c      				inc = get_inc(basename);
inc               899 htags/c.c      				if (inc)
inc               845 htags/cpp.c    				struct data *inc;
inc               852 htags/cpp.c    				inc = get_inc(basename);
inc               853 htags/cpp.c    				if (inc)
inc               854 htags/cpp.c    					put_include_anchor(inc, path);
inc               744 htags/fileindex.c 	struct data *inc;
inc               777 htags/fileindex.c 		if (last == NULL || (inc = get_inc(last)) == NULL)
inc               795 htags/fileindex.c 		put_included(inc, buf);
inc               800 htags/fileindex.c 	for (inc = first_inc(); inc; inc = next_inc()) {
inc               801 htags/fileindex.c 		const char *last = inc->name;
inc               802 htags/fileindex.c 		int no = inc->id;
inc               806 htags/fileindex.c 		if (inc->count > 1) {
inc               816 htags/fileindex.c 				const char *filename = strbuf_value(inc->contents);
inc               817 htags/fileindex.c 				int count = inc->count;
inc               834 htags/fileindex.c 			strbuf_close(inc->contents);
inc               835 htags/fileindex.c 			inc->contents = NULL;
inc               837 htags/fileindex.c 		if (!inc->ref_count)
inc               839 htags/fileindex.c 		if (inc->ref_count == 1) {
inc               843 htags/fileindex.c 			if (split(strbuf_value(inc->ref_contents), 4, &ptable) < 4) {
inc               849 htags/fileindex.c 			strbuf_reset(inc->ref_contents);
inc               850 htags/fileindex.c 			strbuf_puts(inc->ref_contents, buf);
inc               861 htags/fileindex.c 				const char *line = strbuf_value(inc->ref_contents);
inc               862 htags/fileindex.c 				int count = inc->ref_count;
inc               876 htags/fileindex.c 			strbuf_close(inc->ref_contents);
inc               877 htags/fileindex.c 			inc->ref_contents = NULL;
inc               969 htags/php.c    				struct data *inc;
inc               976 htags/php.c    				inc = get_inc(basename);
inc               977 htags/php.c    				if (inc)
inc               978 htags/php.c    					put_include_anchor(inc, path);
inc               420 htags/src2html.c  *
inc               422 htags/src2html.c  *	i)	path	path name for display
inc               423 htags/src2html.c  */
inc               426 htags/src2html.c {
inc               181 libutil/conf.c 		STRBUF *inc = strbuf_open(0);
inc               186 libutil/conf.c 			strbuf_putc(inc, *q);
inc               187 libutil/conf.c 		includelabel(sb, strbuf_value(inc), level);
inc               189 libutil/conf.c 		strbuf_close(inc);