Home
last modified time | relevance | path

Searched refs:_choice_ (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libadm/common/
H A Dckitem.c45 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 …]
/titanic_41/usr/src/head/
H A Dvaltools.h35 struct _choice_ { struct
38 struct _choice_ *next; argument
46 struct _choice_
/titanic_41/usr/src/lib/libpkg/common/
H A Dgpkglist.c115 struct _choice_ *chp; in gpkglist()