filename          561 htags/common.c const char *
filename          569 htags/common.c 	if (split((char *)ctags_x, 4, &ptable) < 4) {
filename          570 htags/common.c 		recover(&ptable);
filename          578 htags/common.c 			strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start));
filename          585 htags/common.c 			strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start));
filename          816 htags/fileindex.c 				const char *filename = strbuf_value(inc->contents);
filename          819 htags/fileindex.c 				for (; count; filename += strlen(filename) + 1, count--) {
filename          820 htags/fileindex.c 					fputs(gen_href_begin_with_title_target(upperdir(SRCS), path2fid(filename), HTML, NULL, NULL, target), INCLUDE);
filename          821 htags/fileindex.c 					fputs(removedotslash(filename), INCLUDE);
filename          394 htags/src2html.c 			strbuf_puts(outbuf, gen_href_begin_with_title(dir, file, suffix, NULL, tooltip(type, -1, count)));
filename          405 htags/src2html.c 			if (db == GSYMS) {
filename          407 htags/src2html.c 				return;
filename          786 htags/src2html.c 			basename = src;
filename          791 htags/src2html.c 
filename          792 htags/src2html.c 			fputs(header_begin, out);
filename          793 htags/src2html.c 			if (incref->ref_count > 1) {
filename          795 htags/src2html.c 
filename          798 htags/src2html.c 				dir = upperdir(INCREFS);
filename          421 libutil/find.c find_open_filelist(const char *filename, const char *root)
filename          426 libutil/find.c 	if (!strcmp(filename, "-")) {
filename          441 libutil/find.c 		ip = fopen(filename, "r");
filename          443 libutil/find.c 			die("cannot open '%s'.", filename);