face
struct face *next;
struct face *data;
static void plant_face (const char *name, struct face *entry)
static int find_face (const char *name, struct face **entry)
struct face *fp, **fpp;
struct face *ce;
ce = malloc(sizeof(struct face));