path2fid          115 htags/anchor.c 		const char *p = path2fid(path);
path2fid          629 htags/common.c 		fid = path2fid(path);
path2fid          367 htags/fileindex.c 		snprintf(name, sizeof(name), "%s/files/%s.%s", distpath, path2fid(basedir), HTML);
path2fid          375 htags/fileindex.c 			strbuf_puts(files, gen_href_begin_with_title_target("files", path2fid(basedir), HTML, NULL, NULL, target));
path2fid          450 htags/fileindex.c 						gen_href_begin_with_title_target(SRCS, path2fid(path), HTML, NULL, tips, target),
path2fid          457 htags/fileindex.c 					fprintf(FILEMAP, "%s\t%s/%s.%s\n", removedotslash(path), SRCS, path2fid(path), HTML);
path2fid          514 htags/fileindex.c 				fputs(gen_href_begin(NULL, path2fid(path), HTML, NULL), op);
path2fid          532 htags/fileindex.c 			parent = path2fid(parentdir);
path2fid          572 htags/fileindex.c 		parent = path2fid(parentdir);
path2fid          625 htags/fileindex.c 			path2fid(path), HTML, NULL, tips, target));
path2fid          674 htags/fileindex.c 			path2fid(path), HTML, NULL, tips));
path2fid          881 htags/fileindex.c 					fputs(gen_href_begin_with_title_target(upperdir(SRCS), path2fid(filename), HTML, NULL, NULL, target), INCLUDE);
path2fid          971 htags/htags.c  		snprintf(html, sizeof(html), "%s/%s/%s.%s", distpath, SRCS, path2fid(path), HTML);
path2fid           23 htags/path2url.h const char *path2fid(const char *);
path2fid          223 htags/src2html.c 		strbuf_puts(sb, gen_href_begin("../files", path2fid(path), HTML, NULL));
path2fid          547 htags/src2html.c 		strbuf_puts(outbuf, gen_href_begin(NULL, path2fid(strbuf_value(inc->contents)), HTML, NULL));
path2fid          565 htags/src2html.c 	strbuf_puts(outbuf, gen_href_begin(NULL, path2fid(file), HTML, NULL));
path2fid          941 htags/src2html.c 				file = path2fid(filename);