Home
last modified time | relevance | path

Searched defs:privateitem (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/bsddialog/lib/
H A Dformbox.c45 struct privateitem { struct
46 const char *label; /* formitem.label */
47 unsigned int ylabel; /* formitem.ylabel */
48 unsigned int xlabel; /* formitem.xlabel */
49 unsigned int yfield; /* formitem.yfield */
50 unsigned int xfield; /* formitem.xfield */
51 bool secure; /* formitem.flags & BSDDIALOG_FIELDHIDDEN */
52 bool readonly; /* formitem.flags & BSDDIALOG_FIELDREADONLY */
53 bool fieldnocolor; /* formitem.flags & BSDDIALOG_FIELDNOCOLOR */
54 bool extendfield; /* formitem.flags & BSDDIALOG_FIELDEXTEND */
[all …]
H A Dmenubox.c43 struct privateitem { struct
44 const char *prefix;
68 struct privateitem *pritems; argument