Searched refs:name_map (Results 1 – 11 of 11) sorted by relevance
1172 quote->name_map = NULL; in cpp_set_include_chains()1244 dir->name_map = XNEWVEC (const char *, room); in read_name_map()1261 dir->name_map = XRESIZEVEC (const char *, dir->name_map, room); in read_name_map()1264 dir->name_map[count] = read_filename_string (ch, f); in read_name_map()1270 dir->name_map[count + 1] = to; in read_name_map()1273 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map()1287 dir->name_map[count] = NULL; in read_name_map()1306 if (!dir->name_map) in remap_filename()1309 for (index = 0; dir->name_map[index]; index += 2) in remap_filename()1310 if (!strcmp (dir->name_map[index], fname)) in remap_filename()[all …]
50 KEYMAP *name_map(const char *);
371 (pref_map = name_map(bprompt)) == NULL : funct == NULL) in dobind()395 (pref_map = name_map(fname)) == NULL : funct == NULL) { in bindkey()495 if ((mp = name_map(tmp)) == NULL) in redefine_key()849 if ((curmap = name_map(lp->l_text)) == NULL) { in excline()
161 if ((kp = name_map("help")) == NULL) in help_help()
568 name_map(const char *name) in name_map() function
985 if (! loc->name_map)992 loc->name_map = read_name_map (pfile, dname);993 if (! loc->name_map)1000 for (map = loc->name_map; map; map = map->map_next)
150 struct file_name_map *name_map; member
252 new->name_map = NULL;
127 std::multimap<llvm::StringRef, const Symbol *> name_map; in Dump() local132 name_map.insert(std::make_pair(name, &(*pos))); in Dump()135 for (const auto &name_to_symbol : name_map) { in Dump()
498 const char **name_map; member
15113 struct file_name_map *name_map; member15209 searchptr->name_map = read_name_map (searchptr->fname15215 if (searchptr && searchptr->name_map)15220 for (map = searchptr->name_map; map; map = map->map_next)