Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libeti/menu/common/
H A Dscale.c49 if (ShowDesc(m) && MaxDesc(m)) { in _scale()
H A Dpost.c79 if (ShowDesc(m) && MaxDesc(m) != 0) { in _post_item()
90 if (ShowDesc(m) && MaxDesc(m) != 0) { in _post_item()
/titanic_50/usr/src/lib/libeti/menu/inc/
H A Dprivate.h115 #define ShowDesc(m) (Mopt(m) & O_SHOWDESC) macro