path2fid          570 htags/common.c 	fid = path2fid(filename);
path2fid          237 htags/defineindex.c 			fid = path2fid(path);
path2fid          348 htags/fileindex.c 		snprintf(name, sizeof(name), "%s/files/%s.%s", distpath, path2fid(basedir), HTML);
path2fid          462 htags/fileindex.c 				fputs(gen_href_begin(NULL, path2fid(path), HTML, NULL), op);
path2fid          480 htags/fileindex.c 			parent = path2fid(parentdir);
path2fid          519 htags/fileindex.c 		parent = path2fid(parentdir);
path2fid          572 htags/fileindex.c 			path2fid(path), HTML, NULL, tips, target));
path2fid          596 htags/fileindex.c 		fprintf(FILEMAP, "%s\t%s/%s.%s\n", removedotslash(path), SRCS, path2fid(path), HTML);
path2fid          623 htags/fileindex.c 			path2fid(path), HTML, NULL, tips));
path2fid          820 htags/fileindex.c 					fputs(gen_href_begin_with_title_target(upperdir(SRCS), path2fid(filename), HTML, NULL, NULL, target), INCLUDE);
path2fid          851 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          199 htags/src2html.c 			strbuf_puts(sb, gen_href_begin("../files", path2fid(path), HTML, NULL));
path2fid          407 htags/src2html.c 			strbuf_puts(outbuf, gen_href_begin_with_title(upperdir(SRCS), path2fid(filename), HTML, lno, tooltip(type, atoi(lno), filename)));
path2fid          423 htags/src2html.c 		strbuf_puts(outbuf, gen_href_begin(NULL, path2fid(strbuf_value(inc->contents)), HTML, NULL));
path2fid          795 htags/src2html.c 				file = path2fid(filename);