Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h92 #define screen_attr attributes[0]
93 #define shadow_attr attributes[1]
94 #define dialog_attr attributes[2]
95 #define title_attr attributes[3]
96 #define border_attr attributes[4]
97 #define button_active_attr attributes[5]
98 #define button_inactive_attr attributes[6]
99 #define button_key_active_attr attributes[7]
100 #define button_key_inactive_attr attributes[8]
101 #define button_label_active_attr attributes[9]
[all …]
Dutil.c32 chtype attributes[] = { variable
168 attributes[i] = C_ATTR(color_table[i][2], i + 1); in color_setup()
/busybox-1.35.0/docs/
DKconfig-language.txt39 define attributes for this config option. Attributes can be the type of
45 Menu attributes
48 A menu entry can have a number of attributes. Not all of them are
204 attributes as options.
213 This defines a choice group and accepts any of above attributes as
/busybox-1.35.0/util-linux/volume_id/
Dhfs.c110 uint32_t attributes; member
/busybox-1.35.0/shell/
Dhush.c9047 int attributes; in checkjobs() local
9053 attributes = WUNTRACED; in checkjobs()
9055 attributes |= WNOHANG; in checkjobs()
9091 childpid = waitpid(-1, &status, attributes); in checkjobs()