Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libadm/common/
H A Dckitem.c134 if ((menup->nchoices <= 0) && !menup->invis) in ckitem()
138 if (((n = menup->nchoices) <= 1) && menup->invis) { in ckitem()
153 max = menup->nchoices; in ckitem()
256 if (getnum(strval, (int)menup->nchoices, &begin,
336 menup->longest = menup->nchoices = 0;
368 menup->nchoices++;
493 menup->nchoices - i);
/titanic_50/usr/src/head/
H A Dvaltools.h45 short nchoices; member
/titanic_50/usr/src/cmd/valtools/
H A Dckitem.c339 mmax = mp->nchoices; in main()