Searched refs:_choice_ (Results 1 – 3 of 3) sorted by relevance
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_ *[all …]
35 struct _choice_ { struct38 struct _choice_ *next; argument46 struct _choice_
115 struct _choice_ *chp; in gpkglist()