global_map         69 htags-refkit/htags_path2url.c static struct map *global_map;		/**< file -\> url mapping table	*/
global_map        193 htags-refkit/htags_path2url.c 	(void)free(global_map);
global_map        194 htags-refkit/htags_path2url.c 	global_map = NULL;
global_map        234 htags-refkit/htags_path2url.c 	global_map = map;
global_map        271 htags-refkit/htags_path2url.c 	if (global_contents == NULL || global_map == NULL)
global_map        274 htags-refkit/htags_path2url.c 	result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp);