_choice_
struct _choice_ *next;
struct _choice_
struct _choice_ *chp;
struct _choice_ *chp;
struct _choice_ *_chp = chp;
if ((chp = calloc(1, sizeof (struct _choice_))) == NULL)
insert(struct _choice_ *chp, CKMENU *menup)
struct _choice_ *last, *base;
static int insert(struct _choice_ *, CKMENU *);
struct _choice_ *chp;
static struct _choice_ *next(struct _choice_ *);
static struct _choice_ *
next(struct _choice_ *chp)
struct _choice_ *found;
struct _choice_ *chp;