enum_lookup_map
struct enum_lookup_map directory_mapping_map[] = {
enum_lookup(int value, struct enum_lookup_map *map)
struct enum_lookup_map trust_dir_map[] = {
update_enum(int *value, int *new, char *name, struct enum_lookup_map *map)
extern struct enum_lookup_map directory_mapping_map[];
extern const char *enum_lookup(int value, struct enum_lookup_map *map);