global_map         64 htags-refkit/htags_path2url.c static struct map *global_map;		/* file -> url mapping table	*/
global_map        187 htags-refkit/htags_path2url.c 	(void)free(global_map);
global_map        188 htags-refkit/htags_path2url.c 	global_map = NULL;
global_map        226 htags-refkit/htags_path2url.c 	global_map = map;
global_map        261 htags-refkit/htags_path2url.c 	if (global_contents == NULL || global_map == NULL)
global_map        264 htags-refkit/htags_path2url.c 	result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp);