map_lookup
return (*map->map_class->map_lookup)(map, name, argv, pstat);
return (*map->map_class->map_lookup)(map, name, NULL, pstat);
map->map_class->map_lookup(map, "@", NULL, &st) == NULL)
s->s_mapclass.map_lookup = lookup; \
p = (*map->s_map.map_class->map_lookup)
rv = mm->map_class->map_lookup(mm, key, args, pstat);
replac = map_lookup(map, cbuf, argvect, &rstat, e);
replac = (*map->map_class->map_lookup)(map, key, argvect, &status);
static char *map_lookup __P((STAB *, char *, char **, int *, ENVELOPE *));
p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
char *(*map_lookup)__P((MAP *, char *, char **, int *));