map                64 htags-refkit/htags_path2url.c static struct map *global_map;		/* file -> url mapping table	*/
map               121 htags-refkit/htags_path2url.c 	return strcmp(((struct map *)s1)->name, ((struct map *)s2)->name);
map               138 htags-refkit/htags_path2url.c 	struct map *m;
map               148 htags-refkit/htags_path2url.c 	if ((m = (struct map *)malloc(sizeof(struct map) * n)) == NULL)
map               172 htags-refkit/htags_path2url.c 	qsort(m, n, sizeof(struct map), cmp);
map               173 htags-refkit/htags_path2url.c 	*map = m;
map               215 htags-refkit/htags_path2url.c 	struct map *map;
map               220 htags-refkit/htags_path2url.c 	status = create_filemap_index(area, size, &map, &lines);
map               226 htags-refkit/htags_path2url.c 	global_map = map;
map               258 htags-refkit/htags_path2url.c 	struct map tmp;
map               259 htags-refkit/htags_path2url.c 	struct map *result;
map               264 htags-refkit/htags_path2url.c 	result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp);
map               422 htags/htags.c  	int tabsize = sizeof(tab) / sizeof(struct map);
map                59 libutil/langmap.c 	strbuf_puts(active_map, map);
map                65 libutil/langmap.c 			die_with_code(2, "syntax error in langmap '%s'.", map);
map                72 libutil/langmap.c 		die_with_code(2, "syntax error in langmap '%s'.", map);