Lines Matching refs:_choice_
45 static int insert(struct _choice_ *, CKMENU *);
50 static struct _choice_ *next(struct _choice_ *);
234 struct _choice_ *chp;
325 struct _choice_ *chp;
333 struct _choice_ *_chp = chp;
344 if ((chp = calloc(1, sizeof (struct _choice_))) == NULL)
405 insert(struct _choice_ *chp, CKMENU *menup)
407 struct _choice_ *last, *base;
451 struct _choice_ *chp;
550 static struct _choice_ *
551 next(struct _choice_ *chp)
555 struct _choice_ *found;