lastpart           79 htags/fileindex.c static const char *lastpart(const char *);
lastpart          376 htags/fileindex.c 			strbuf_puts(files, full_path ? removedotslash(basedir) : lastpart(basedir));
lastpart          451 htags/fileindex.c 						full_path ? removedotslash(path) : lastpart(path),
lastpart          614 htags/fileindex.c 		put_inc(lastpart(path), path, src_count);
lastpart          639 htags/fileindex.c 	strbuf_puts(sb, full_path ? removedotslash(path) : lastpart(path));
lastpart          679 htags/fileindex.c 	strbuf_sprintf(sb, "%s/%s", lastpart(path), gen_href_end());