map 69 htags-refkit/htags_path2url.c static struct map *global_map; /**< file -\> url mapping table */ map 127 htags-refkit/htags_path2url.c return strcmp(((struct map *)s1)->name, ((struct map *)s2)->name); map 141 htags-refkit/htags_path2url.c create_filemap_index(char *area, int size, struct map **map, int *lines) map 144 htags-refkit/htags_path2url.c struct map *m; map 154 htags-refkit/htags_path2url.c if ((m = (struct map *)malloc(sizeof(struct map) * n)) == NULL) map 178 htags-refkit/htags_path2url.c qsort(m, n, sizeof(struct map), cmp); map 179 htags-refkit/htags_path2url.c *map = m; map 223 htags-refkit/htags_path2url.c struct map *map; map 228 htags-refkit/htags_path2url.c status = create_filemap_index(area, size, &map, &lines); map 234 htags-refkit/htags_path2url.c global_map = map; map 268 htags-refkit/htags_path2url.c struct map tmp; map 269 htags-refkit/htags_path2url.c struct map *result; map 274 htags-refkit/htags_path2url.c result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp); map 497 htags/htags.c int tabsize = sizeof(tab) / sizeof(struct map); map 55 libutil/langmap.c setup_langmap(const char *map) map 61 libutil/langmap.c strbuf_puts(active_map, map); map 67 libutil/langmap.c die_with_code(2, "syntax error in langmap '%s'.", map); map 74 libutil/langmap.c die_with_code(2, "syntax error in langmap '%s'.", map);