editentry
static struct editentry *editentry_lookup(char *);
struct editentry *newentry; /* Buffer to hold new entry. */
if ((newentry = malloc(sizeof(struct editentry))) == NULL ||
struct editentry *dest; /* Buffer to hold entry to update. */
struct editentry *src; /* Entry value to save. */
static struct editentry *
struct editentry *scan;
struct editentry *dest; /* Modepage entry to update. */
struct editentry *scan;
STAILQ_ENTRY(editentry) link;
STAILQ_HEAD(, editentry) editlist; /* List of page entries. */